Skip to content

Commit 1747377

Browse files
committed
Bump version to 4.0.1
Signed-off-by: kexuan.yang <kexuan.yang@gmail.com>
1 parent 920ef29 commit 1747377

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[package]
22
name = "mmkv"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
authors = ["Kexuan Yang <kexuan.yang@gmail.com>"]
66
description = "Rust version of MMKV"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/yangkx-1024/MMKV"
99
keywords = ["key-value", "mmkv"]
1010
exclude = [
11-
"android", "ios", "build.sh", "build_android.sh", "build_apple.sh", "Package.swift"
11+
"android", "ios", "build.sh", "build_android.sh",
12+
"build_apple.sh", "Package.swift", ".fleet", ".github",
13+
".space"
1214
]
1315

1416
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const val version = "0.4.0"
1+
const val version = "0.4.1"

0 commit comments

Comments
 (0)