Skip to content

Commit 7d9b898

Browse files
committed
Release v0.2.2
1 parent 8d3f89d commit 7d9b898

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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,6 +1,6 @@
11
{
22
"name": "@gokiprotocol/client",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"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.2.1"
3+
version = "0.2.2"
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.2.1"
3+
version = "0.2.2"
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)