Skip to content

Commit

Permalink
chore: bump package version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocao committed Jul 24, 2024
1 parent 48623ad commit f00d1cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
},
"node": {
"version": "lts",
"nodeGypDependencies": true
}
},
"overrideFeatureInstallOrder": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@seda-protocol/contracts",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@openzeppelin/contracts": "5.0.2"
}
}
}

0 comments on commit f00d1cc

Please sign in to comment.