Skip to content

Commit cf04cd9

Browse files
committed
Tagging 1.10.4
1 parent e15ba5c commit cf04cd9

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.4]
2+
- Implement optional binary format for PoFiles
3+
14
[1.10.3]
25
- Handle variable re-assignments 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.3';
51+
def projectVersion = '1.10.4';
5252

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

0 commit comments

Comments
 (0)