Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sungoki committed Apr 17, 2022
1 parent ced5115 commit 3332c68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gokiprotocol/client",
"description": "TypeScript client for the Goki Smart Wallet system.",
"version": "0.10.2",
"version": "0.10.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": "https://github.com/GokiProtocol/goki.git",
Expand Down
2 changes: 1 addition & 1 deletion programs/smart-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smart-wallet"
version = "0.10.2"
version = "0.10.3"
description = "Multisig Solana wallet with Timelock capabilities"
homepage = "https://goki.so"
repository = "https://github.com/GokiProtocol/goki"
Expand Down
2 changes: 1 addition & 1 deletion programs/token-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "token-signer"
version = "0.10.2"
version = "0.10.3"
description = "Sign transactions by owning a token"
homepage = "https://goki.so"
repository = "https://github.com/GokiProtocol/goki"
Expand Down

0 comments on commit 3332c68

Please sign in to comment.