Skip to content

Commit

Permalink
version bump 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Oct 27, 2021
1 parent e8c6e3f commit 6a00262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.24"
"forta-agent": "^0.0.25"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Expand Up @@ -18,7 +18,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.0.24"
"forta-agent": "^0.0.25"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.24"
"forta-agent": "^0.0.25"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 6a00262

Please sign in to comment.