Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Mar 3, 2022
1 parent ec0cc48 commit 2af550f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 Goki protocol.",
"version": "0.7.0",
"version": "0.8.0",
"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.7.0"
version = "0.8.0"
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.7.0"
version = "0.8.0"
description = "Sign transactions by owning a token"
homepage = "https://goki.so"
repository = "https://github.com/GokiProtocol/goki"
Expand Down

0 comments on commit 2af550f

Please sign in to comment.