Skip to content

Commit

Permalink
release: Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Nov 15, 2023
1 parent 631aafb commit 9a0c3bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Lastly, the language server waits for the user to click on an identifier, and th
## Publish

Process:
- Bump versions in affected `package.json` (including `server` and `client`).
- Bump versions in affected `package.json` (optionally in `server` and `client` too), and run `npm install`.
- Commit and push to GitHub.
- Create a tag on GitHub.
- [automatic] CI publishes extension to https://marketplace.visualstudio.com/vscode and https://open-vsx.org/
Expand Down
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
Expand Up @@ -5,7 +5,7 @@
"author": "ProVerif",
"icon": "img/icon.png",
"license": "MIT",
"version": "1.2.2",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "https://github.com/ProVerif/vscode-proverif-language-service"
Expand Down

0 comments on commit 9a0c3bd

Please sign in to comment.