Skip to content

Commit 2af550f

Browse files
committed
Release v0.8.0
1 parent ec0cc48 commit 2af550f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.7.0",
4+
"version": "0.8.0",
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.7.0"
3+
version = "0.8.0"
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.7.0"
3+
version = "0.8.0"
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)