Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: kexuan.yang <kexuan.yang@gmail.com>
  • Loading branch information
yangkx1024 committed Jan 17, 2024
1 parent cba7aeb commit befa4c7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
@@ -1,14 +1,16 @@
[package]
name = "mmkv"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Kexuan Yang <kexuan.yang@gmail.com>"]
description = "Rust version of MMKV"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yangkx-1024/MMKV"
keywords = ["key-value", "mmkv"]
exclude = [
"android", "ios", "build.sh", "build_android.sh", "build_apple.sh", "Package.swift"
"android", "ios", "build.sh", "build_android.sh",
"build_apple.sh", "Package.swift", ".fleet", ".github",
".space"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion android/buildSrc/src/main/java/Version.kt
@@ -1 +1 @@
const val version = "0.4.0"
const val version = "0.4.1"
Binary file modified android/library-encrypt/src/main/jniLibs/arm64-v8a/libmmkv.so
Binary file not shown.
Binary file modified android/library-encrypt/src/main/jniLibs/armeabi-v7a/libmmkv.so
Binary file not shown.
Binary file modified android/library-encrypt/src/main/jniLibs/x86_64/libmmkv.so
Binary file not shown.
Binary file modified android/library/src/main/jniLibs/arm64-v8a/libmmkv.so
Binary file not shown.
Binary file modified android/library/src/main/jniLibs/armeabi-v7a/libmmkv.so
Binary file not shown.
Binary file modified android/library/src/main/jniLibs/x86_64/libmmkv.so
Binary file not shown.
Binary file modified ios/MMKV/RustMMKV.xcframework.zip
Binary file not shown.

0 comments on commit befa4c7

Please sign in to comment.