Skip to content

Commit

Permalink
version bump 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Sep 3, 2021
1 parent 7df95ab commit b8cf226
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"main": "dist/sdk/index.js",
Expand All @@ -15,6 +15,7 @@
"build": "tsc --p ./tsconfig.build.json && cp -r ./starter-project ./dist && cp ./cli/commands/run/server/agent.proto ./dist/cli/commands/run/server/agent.proto",
"publish:local": "npm link",
"test": "jest",
"python:publish": "python3 -m twine upload ./python-sdk/dist/*",
"python:publish:local": "python3 -m pip install -e ./python-sdk",
"python:build": "python3 -m build ./python-sdk"
},
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Forta Agent SDK and CLI
# Forta Agent Python SDK

See the developer documentation at [docs.forta.network](https://docs.forta.network)
2 changes: 1 addition & 1 deletion starter-project/js/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.11"
"forta-agent": "^0.0.12"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "forta-agent publish"
},
"dependencies": {
"forta-agent": "^0.0.11"
"forta-agent": "^0.0.12"
},
"devDependencies": {
"nodemon": "^2.0.8"
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 @@ -16,7 +16,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.11"
"forta-agent": "^0.0.12"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit b8cf226

Please sign in to comment.