diff --git a/package.json b/package.json index d8a1930..3c009de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gokiprotocol/client", "description": "TypeScript client for Goki protocol.", - "version": "0.7.0", + "version": "0.8.0", "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 c6f9e60..20e1666 100644 --- a/programs/smart-wallet/Cargo.toml +++ b/programs/smart-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-wallet" -version = "0.7.0" +version = "0.8.0" 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 0d28cf0..b30654a 100644 --- a/programs/token-signer/Cargo.toml +++ b/programs/token-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "token-signer" -version = "0.7.0" +version = "0.8.0" description = "Sign transactions by owning a token" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki"