diff --git a/Cargo.lock b/Cargo.lock index 82b0b47..6f6e5e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,7 +1053,7 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "smart-wallet" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anchor-lang", "vipers", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "token-signer" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/package.json b/package.json index 478384c..a3ee6f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gokiprotocol/client", "description": "TypeScript client for Goki protocol.", - "version": "0.5.5", + "version": "0.6.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "repository": "https://github.com/GokiProtocol/goki.git", diff --git a/programs/smart-wallet/Cargo.toml b/programs/smart-wallet/Cargo.toml index e4be43e..645c2e1 100644 --- a/programs/smart-wallet/Cargo.toml +++ b/programs/smart-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-wallet" -version = "0.6.0" +version = "0.6.1" description = "Multisig Solana wallet with Timelock capabilities" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki" diff --git a/programs/token-signer/Cargo.toml b/programs/token-signer/Cargo.toml index f63f4b3..2f1f121 100644 --- a/programs/token-signer/Cargo.toml +++ b/programs/token-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "token-signer" -version = "0.6.0" +version = "0.6.1" description = "Sign transactions by owning a token" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki"