Skip to content

Commit e60b07f

Browse files
committed
bumped version of incubator, storage, and toolkit to v0.4.0
1 parent 5690a72 commit e60b07f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/incubator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit-incubator"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["SCRT Labs <info@scrtlabs.com>"]
66
license-file = "../../LICENSE"

packages/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit-storage"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["SCRT Labs <info@scrtlabs.com>"]
66
license-file = "../../LICENSE"

packages/toolkit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["SCRT Labs <info@scrtlabs.com>"]
66
license-file = "../../LICENSE"
@@ -28,11 +28,11 @@ viewing-key = ["secret-toolkit-viewing-key"]
2828

2929
[dependencies]
3030
secret-toolkit-crypto = { version = "0.3.0", path = "../crypto", optional = true }
31-
secret-toolkit-incubator = { version = "0.3.0", path = "../incubator", optional = true }
31+
secret-toolkit-incubator = { version = "0.4.0", path = "../incubator", optional = true }
3232
secret-toolkit-permit = { version = "0.3.0", path = "../permit", optional = true }
3333
secret-toolkit-serialization = { version = "0.3", path = "../serialization", optional = true }
3434
secret-toolkit-snip20 = { version = "0.3", path = "../snip20", optional = true }
3535
secret-toolkit-snip721 = { version = "0.3", path = "../snip721", optional = true }
36-
secret-toolkit-storage = { version = "0.3", path = "../storage", optional = true }
36+
secret-toolkit-storage = { version = "0.4", path = "../storage", optional = true }
3737
secret-toolkit-utils = { version = "0.3", path = "../utils", optional = true }
3838
secret-toolkit-viewing-key = { version = "0.3", path = "../viewing_key", optional = true }

0 commit comments

Comments
 (0)