Skip to content

Commit

Permalink
Tagging 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 12, 2021
1 parent e15ba5c commit cf04cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.10.4]
- Implement optional binary format for PoFiles

[1.10.3]
- Handle variable re-assignments in Lua extraction

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def mavenProjects() {
subprojects.findAll { !it.name.contains('antlr') }
}

def projectVersion = '1.10.3';
def projectVersion = '1.10.4';

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

0 comments on commit cf04cd9

Please sign in to comment.