Skip to content

Commit

Permalink
Merge pull request #9 from MetaMask/version/0.1.0
Browse files Browse the repository at this point in the history
fix: Downgrade version to 0.1.0
  • Loading branch information
owencraston authored Mar 29, 2024
2 parents 33f0741 + 2fd82b7 commit 08e7f5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-watch-only",
"version": "1.0.0",
"version": "0.1.0",
"private": true,
"description": "Monitor public addresses or ENS domains directly in MetaMask with this Watch-Only Snap.",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]
## [0.1.0]

### Added

- Initial release.
- Pre release.

[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/metamask/snap-watch-only/releases/tag/v1.0.0
[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/metamask/snap-watch-only/releases/tag/v0.1.0
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-watch-only-snap",
"version": "1.0.0",
"version": "0.1.0",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"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": "1.0.0",
"version": "0.1.0",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"proposedName": "Account Watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/metamask/snap-watch-only.git"
},
"source": {
"shasum": "buATwWiG/3zm8qkhvXsV6K1lhrQU2+rOa//W8NDJDGE=",
"shasum": "Ct6mlR2vGCvqP8iHRpt3TdCalO+zHy2qqBAyTuniDZ8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 08e7f5f

Please sign in to comment.