Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Jul 11, 2024
1 parent 725aafa commit 8ee70ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/java-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "java-parser",
"version": "2.3.0",
"version": "2.3.1",
"description": "Java Parser in JavaScript",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-java",
"version": "2.6.0",
"version": "2.6.1",
"description": "Prettier Java Plugin",
"type": "module",
"exports": {
Expand All @@ -16,7 +16,7 @@
"repository": "https://github.com/jhipster/prettier-java",
"license": "Apache-2.0",
"dependencies": {
"java-parser": "2.3.0",
"java-parser": "2.3.1",
"lodash": "4.17.21",
"prettier": "3.2.5"
},
Expand Down

0 comments on commit 8ee70ac

Please sign in to comment.