Skip to content

Commit a60096c

Browse files
committed
Release v0.3.1
1 parent 1bfe0e5 commit a60096c

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Anchor.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
anchor_version = "0.18.0"
2+
13
[registry]
24
url = "https://anchor.projectserum.com"
35

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gokiprotocol/client",
33
"description": "TypeScript client for Goki protocol.",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"repository": "https://github.com/GokiProtocol/goki.git",

programs/smart-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smart-wallet"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Multisig Solana wallet with Timelock capabilities"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"

programs/token-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "token-signer"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Sign transactions by owning a token"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"

0 commit comments

Comments
 (0)