chore(base): Bump the version
This commit is contained in:
parent
e0447c8190
commit
9c53c478d9
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ bytes = "1.0.1"
|
|||
matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" }
|
||||
|
||||
[dependencies.matrix-sdk-base]
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
path = "../matrix_sdk_base"
|
||||
default_features = false
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
|||
name = "matrix-sdk-base"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["docs"]
|
||||
|
|
Loading…
Reference in a new issue