diff --git a/CHANGES b/CHANGES index 2c51a70..8a017f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +[1.10.3] +- Handle variable re-assignments in Lua extraction + [1.10.2] - Fix end quote detection in Lua extraction diff --git a/build.gradle b/build.gradle index 292750d..2bdde58 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ def mavenProjects() { subprojects.findAll { !it.name.contains('antlr') } } -def projectVersion = '1.10.2'; +def projectVersion = '1.10.3'; def docProjects() { subprojects.findAll { !it.name.contains('gradle') && !it.name.contains('antlr') }