Skip to content

Commit

Permalink
bump version (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther authored Dec 29, 2022
1 parent 150083b commit 1e998b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HOW_TO_PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ git push
- Once the new version is published, add a new release in GitHub; https://github.com/prettier-solidity/prettier-plugin-solidity/releases/new

- The tag version and the name should be prefixed by a `v` followed by the latest published version number; e.g.: `v1.0.0-beta.4`
- The tag version and the name should be prefixed by a `v` followed by the latest published version number; e.g.: `v1.1.0`
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-solidity",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
"main": "./src/index.js",
"browser": "./dist/standalone.js",
Expand Down

0 comments on commit 1e998b0

Please sign in to comment.