Skip to content

Commit

Permalink
prepare for v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Jan 4, 2019
1 parent cc6af01 commit 1d3bfb6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Android/MMKV/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME_PREFIX=1.0.15
VERSION_NAME_PREFIX=1.0.16
#VERSION_NAME_SUFFIX=-SNAPSHOT
VERSION_NAME_SUFFIX=
6 changes: 3 additions & 3 deletions Android/MMKV/mmkvdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ repositories {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':mmkv')
// implementation 'com.tencent:mmkv:1.0.15'
// implementation 'com.tencent:mmkv-static:1.0.15'
// implementation project(':mmkv')
implementation 'com.tencent:mmkv:1.0.16'
// implementation 'com.tencent:mmkv-static:1.0.16'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# MMKV Change Log

## v1.0.16 / 2019-01-04
### iOS / macOS
What's new

* Customizing root folder of MMKV is supproted now.
* Customizing folder for specific MMKV is supprted now.
* Add method `getValueSizeForKey:` to get value's size of a key.

### Android
What's new

* Customizing root folder of MMKV is supproted now.
* Customizing folder for specific MMKV is supprted now.
* Add method `getValueSizeForKey()` to get value's size of a key.


### Win32
MMKV for Windows is released now. Most things actually work!

## v1.0.15 / 2018-12-13
### iOS / macOS
What's new
Expand Down
2 changes: 1 addition & 1 deletion MMKV.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKV"
s.version = "1.0.15"
s.version = "1.0.16"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion iOS/MMKV/MMKV/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.15</string>
<string>1.0.16</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 1d3bfb6

Please sign in to comment.