Skip to content

Commit

Permalink
Bump version to 0.1.1 and update platform compatibility
Browse files Browse the repository at this point in the history
- Incremented version number across root, snap package, and snap manifest
- Updated MetaMask platform version to 6.18.0
- Updated shasum to reflect package changes
  • Loading branch information
dio-dev committed Feb 26, 2025
1 parent f51ee3e commit 997ed82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/template-snap-monorepo#readme",
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": "@snowballmoney/metamask-snap",
"version": "0.1.0",
"version": "0.1.1",
"description": "MetaMask Snap for Snowstorm name resolution - resolve addresses",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"version": "0.1.1",
"description": "MetaMask Snap for Snowstorm name resolution - resolve addresses to .snow names and vice versa",
"proposedName": "Snowstorm Name Resolution",
"repository": {
"type": "git",
"url": "https://github.com/snowballmoney/metamask-snap.git"
},
"source": {
"shasum": "+iMhGcltWC4OaAg8PuTs0jc8o5SSLi7jeT22tD++WcA=",
"shasum": "JSHCc9jMEpDU7dqvI0lnrg/4VtuZWRAJPawTkZBry/k=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,6 +22,6 @@
"endowment:network-access": {},
"endowment:transaction-insight": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.18.0",
"manifestVersion": "0.1"
}

0 comments on commit 997ed82

Please sign in to comment.