diff --git a/Cargo.lock b/Cargo.lock index 303c1fe..44b57c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,7 +1055,7 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "smart-wallet" -version = "0.10.2" +version = "0.10.3" dependencies = [ "anchor-lang", "vipers", @@ -1232,7 +1232,7 @@ dependencies = [ [[package]] name = "token-signer" -version = "0.10.2" +version = "0.10.3" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/package.json b/package.json index 5bdcf05..13909f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gokiprotocol/client", "description": "TypeScript client for the Goki Smart Wallet system.", - "version": "0.10.2", + "version": "0.10.3", "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 2b0ec6b..3566ca6 100644 --- a/programs/smart-wallet/Cargo.toml +++ b/programs/smart-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-wallet" -version = "0.10.2" +version = "0.10.3" 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 6429ae7..a73712d 100644 --- a/programs/token-signer/Cargo.toml +++ b/programs/token-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "token-signer" -version = "0.10.2" +version = "0.10.3" description = "Sign transactions by owning a token" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki"