Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungoki committed Oct 20, 2021
1 parent 1849a68 commit 2dbec4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gokiprotocol/client",
"version": "0.1.2",
"version": "0.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": "https://github.com/GokiProtocol/goki.git",
Expand Down Expand Up @@ -65,15 +65,15 @@
"@saberhq/solana-contrib": "^1.3.15",
"@saberhq/token-utils": "^1.3.15",
"@solana/web3.js": "^1.29.2",
"bn.js": "*"
"bn.js": "^5"
},
"files": [
"dist/",
"src/"
],
"lint-staged": {
"*.{ts,tsx}": "eslint --fix --cache",
"*.{css,md,json,webmanifest,yml,yaml,js,jsx,html}": "prettier --write"
"*.{css,md,json,webmanifest,yml,yaml,js,jsx,html,yml,yaml}": "prettier --write"
},
"packageManager": "[email protected]",
"dependenciesMeta": {
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.1.2"
version = "0.2.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.1.2"
version = "0.2.0"
description = "Sign transactions by owning a token"
homepage = "https://goki.so"
repository = "https://github.com/GokiProtocol/goki"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ __metadata:
"@saberhq/solana-contrib": ^1.3.15
"@saberhq/token-utils": ^1.3.15
"@solana/web3.js": ^1.29.2
bn.js: "*"
bn.js: ^5
dependenciesMeta:
[email protected]:
unplugged: true
Expand Down

0 comments on commit 2dbec4a

Please sign in to comment.