Skip to content

Commit ad873a6

Browse files
committed
Release v0.5.0
1 parent eb50d6b commit ad873a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/smart-wallet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smart-wallet"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
description = "Multisig Solana wallet with Timelock capabilities"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"
@@ -21,4 +21,4 @@ default = []
2121

2222
[dependencies]
2323
anchor-lang = ">=0.17.0"
24-
vipers = "1.5.3"
24+
vipers = "1.5.5"

programs/token-signer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "token-signer"
3-
version = "0.3.1"
3+
version = "0.5.0"
44
description = "Sign transactions by owning a token"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"
@@ -22,4 +22,4 @@ default = []
2222
[dependencies]
2323
anchor-lang = ">=0.17.0"
2424
anchor-spl = ">=0.17.0"
25-
vipers = "1.5.3"
25+
vipers = "1.5.5"

0 commit comments

Comments
 (0)