From a60096cd1eaeee26d0e241a464a270e7b9f65ac3 Mon Sep 17 00:00:00 2001 From: Goki Rajesh Date: Sat, 27 Nov 2021 07:11:07 +0530 Subject: [PATCH] Release v0.3.1 --- Anchor.toml | 2 ++ Cargo.lock | 4 ++-- package.json | 2 +- programs/smart-wallet/Cargo.toml | 2 +- programs/token-signer/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Anchor.toml b/Anchor.toml index b2aa624..7bdcf02 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -1,3 +1,5 @@ +anchor_version = "0.18.0" + [registry] url = "https://anchor.projectserum.com" diff --git a/Cargo.lock b/Cargo.lock index 9b9c0fb..a862c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "smart-wallet" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anchor-lang", "vipers", @@ -1104,7 +1104,7 @@ dependencies = [ [[package]] name = "token-signer" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/package.json b/package.json index e679d0e..28e1a48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gokiprotocol/client", "description": "TypeScript client for Goki protocol.", - "version": "0.3.0", + "version": "0.3.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 15b56fc..72215c5 100644 --- a/programs/smart-wallet/Cargo.toml +++ b/programs/smart-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-wallet" -version = "0.3.0" +version = "0.3.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 7fc4ca4..4a116e4 100644 --- a/programs/token-signer/Cargo.toml +++ b/programs/token-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "token-signer" -version = "0.3.0" +version = "0.3.1" description = "Sign transactions by owning a token" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki"