Skip to content

Commit f753c3a

Browse files
Upped the version (#313)
1 parent d1880ed commit f753c3a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/hedera-metamask-snaps",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A collection of Hedera related Metamask snaps that expose and utilize Hedera functionality inside Metamask",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

packages/hedera-wallet-snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/hedera-wallet-snap-monorepo",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Hedera Wallet Snap unlocks wallet functionality via Metamask that any other apps can interact with, thereby turning Metamask into a native Hedera wallet without relying on Hedera JSON-RPC Relay.",
66
"homepage": "https://github.com/hashgraph/hedera-metamask-snaps#readme",

packages/hedera-wallet-snap/packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/hedera-wallet-snap-site",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {

packages/hedera-wallet-snap/packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/hedera-wallet-snap",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Hedera Wallet Snap unlocks wallet functionality via Metamask that any other apps can interact with, thereby turning Metamask into a native Hedera wallet without relying on Hedera JSON-RPC Relay.",
55
"keywords": [
66
"MetaMask",

packages/hedera-wallet-snap/packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.3.0",
2+
"version": "0.3.1",
33
"description": "Hedera Wallet unlocks wallet functionality via Metamask that any other apps can interact with, thereby turning Metamask into a native Hedera wallet without relying on Hedera JSON-RPC Relay.",
44
"proposedName": "Hedera Wallet",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/hashgraph/hedera-metamask-snaps.git"
88
},
99
"source": {
10-
"shasum": "baSR2Q2U5nbOFsrhiMWhaXy8pMwF/iuvzwauKqMIy3U=",
10+
"shasum": "zpfccoay3oCy975ix89ZHluVi1mcr42DIiczmDje1IQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)