Skip to content

Commit 2c527d3

Browse files
committed
chore: bump Java and JS versions to 2.5.0
1 parent 0553f6b commit 2c527d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.universal-variability-language</groupId>
1313
<artifactId>uvl-parser</artifactId>
14-
<version>0.4.1</version>
14+
<version>2.5.0</version>
1515

1616
<licenses>
1717
<license>

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uvl-parser",
33
"main": "index.js",
44
"type": "module",
5-
"version": "0.0.3",
5+
"version": "2.5.0",
66
"scripts": {
77
"build-grammar": "antlr4 -lib ../uvl/ -Dlanguage=JavaScript -o ./src/lib ../uvl/JavaScript/UVLJavaScriptLexer.g4 ../uvl/JavaScript/UVLJavaScriptParser.g4",
88
"lint": "eslint src --ignore-pattern src/lib/*",

0 commit comments

Comments
 (0)