Skip to content

Commit

Permalink
update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AZbang committed Sep 29, 2023
1 parent 10d3ef5 commit 2544260
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-snap",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "",
"homepage": "https://github.com/here-wallet/near-snap#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-snap/sdk",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/here-wallet/near-snap#readme",
"bugs": {
"url": "https://github.com/here-wallet/near-snap/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-snap/site",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"homepage": "https://github.com/here-wallet/near-snap#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-snap/plugin",
"version": "0.5.0",
"version": "0.6.0",
"description": "View and sign transactions for NEAR Protocol",
"repository": {
"type": "git",
Expand Down
16 changes: 3 additions & 13 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.6.0",
"description": "Sign transaction for NEAR Protocol. Created by BANYAN and HERE Wallet",
"proposedName": "NEAR Protocol Snap",
"repository": {
Expand Down Expand Up @@ -27,21 +27,11 @@
},
"snap_getBip32Entropy": [
{
"path": [
"m",
"44'",
"397'",
"0'"
],
"path": ["m", "44'", "397'", "0'"],
"curve": "ed25519"
},
{
"path": [
"m",
"44'",
"1'",
"0'"
],
"path": ["m", "44'", "1'", "0'"],
"curve": "ed25519"
}
]
Expand Down

0 comments on commit 2544260

Please sign in to comment.