Skip to content

Commit

Permalink
0.1.0 (#35)
Browse files Browse the repository at this point in the history
* 0.1.0

* chore: update changelogs and snap checksum for release

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent fd04094 commit 772d379
Show file tree
Hide file tree
Showing 4 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": "@metamask/snap-simple-keyring",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
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": "@metamask/snap-simple-keyring-site",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
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": "@metamask/snap-simple-keyring-snap",
"version": "0.0.0",
"version": "0.1.0",
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.0.0",
"version": "0.1.0",
"description": "An example of a key management snap for a simple keyring.",
"proposedName": "MetaMask Snap Simple Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-simple-keyring.git"
},
"source": {
"shasum": "c6tBifuXuW+/BdmSY/EpCrTpmqlL/7juZIJIzejyeFk=",
"shasum": "UY3Q1sWcrIgozWuISeF/yWEADVcCt0J6dVqCPI/RUbU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 772d379

Please sign in to comment.