Skip to content

Commit 164d238

Browse files
committed
v0.10.4
1 parent c7d47b8 commit 164d238

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,7 +1,7 @@
11
{
22
"name": "@gokiprotocol/client",
33
"description": "TypeScript client for the Goki Smart Wallet system.",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
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.10.3"
3+
version = "0.10.4"
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.10.3"
3+
version = "0.10.4"
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)