Skip to content

Commit 0e1b812

Browse files
committed
bump version
1 parent c900d61 commit 0e1b812

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

HOW_TO_PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm run build:test
2020
npm run test:standalone
2121
```
2222

23-
- Create a branch with the name of the new version number, e.g.: `git checkout -b 1.1.0`
23+
- Create a branch with the name of the new version number, e.g.: `git checkout -b 2.1.0`
2424

2525
- Bump the version in the package.json file
2626

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)