Skip to content

Commit df8cbf0

Browse files
committed
Tagging 1.10.3
1 parent 1aa4a2c commit df8cbf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[1.10.3]
2+
- Handle variable re-assignments in Lua extraction
3+
14
[1.10.2]
25
- Fix end quote detection in Lua extraction
36

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def mavenProjects() {
4848
subprojects.findAll { !it.name.contains('antlr') }
4949
}
5050

51-
def projectVersion = '1.10.2';
51+
def projectVersion = '1.10.3';
5252

5353
def docProjects() {
5454
subprojects.findAll { !it.name.contains('gradle') && !it.name.contains('antlr') }

0 commit comments

Comments
 (0)