We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0553f6b commit 2c527d3Copy full SHA for 2c527d3
2 files changed
java/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.github.universal-variability-language</groupId>
13
<artifactId>uvl-parser</artifactId>
14
- <version>0.4.1</version>
+ <version>2.5.0</version>
15
16
<licenses>
17
<license>
js/package.json
@@ -2,7 +2,7 @@
2
"name": "uvl-parser",
3
"main": "index.js",
4
"type": "module",
5
- "version": "0.0.3",
+ "version": "2.5.0",
6
"scripts": {
7
"build-grammar": "antlr4 -lib ../uvl/ -Dlanguage=JavaScript -o ./src/lib ../uvl/JavaScript/UVLJavaScriptLexer.g4 ../uvl/JavaScript/UVLJavaScriptParser.g4",
8
"lint": "eslint src --ignore-pattern src/lib/*",
0 commit comments