Skip to content

Commit

Permalink
package version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Jul 27, 2021
1 parent ef7aae6 commit 72d3b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.2",
"version": "0.0.3",
"description": "Forta Agent SDK and CLI tool",
"main": "dist/sdk/index.js",
"types": "dist/sdk/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.2"
"forta-agent": "^0.0.3"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.2"
"forta-agent": "^0.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit 72d3b4c

Please sign in to comment.