Skip to content

Commit

Permalink
chore: release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Sep 23, 2024
1 parent 1b6264f commit 572e57d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This Snap pulls contract metadata from Kleros's decentralized token curated regi

## Publication to NPM

1. Bump the version in `package.json`
1. Bump the version in `package.json` and `snap.manifest.json`
1. Run a clean build: `yarn clean && yarn build`
1. Commit the change to git: `git add -u ; git commit -m "chore: release"`
1. Tag this version: `version=v$(cat package.json | jq -r .version) && git tag -m $version $version`
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": "@kleros/scout-snap",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Metamask Snap that retrieves contract metadata from the Kleros Curate registries",
"repository": {
"type": "git",
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.3.2",
"version": "1.3.3",
"description": "A Snap that retrieves contract metadata from the Kleros Curate registries.",
"proposedName": "Kleros Scout",
"repository": {
"type": "git",
"url": "https://github.com/kleros/scout-snap.git"
},
"source": {
"shasum": "iEzGJxkU2eN++DN1/T/HTq3a7qXWOvIN6oOADC4qyks=",
"shasum": "i0jrmOrh1H7O2ukHsfVRsFwZycxUkMx2w5eKSTbxFwQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 572e57d

Please sign in to comment.