Skip to content

Commit 8934a87

Browse files
committed
Tagging 1.11.0
1 parent aa34c2b commit 8934a87

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[1.11.0]
2+
- (#10) Fix parsing of empty comment lines
3+
- (#9) Return source string for empty translation
4+
- Separate extractor into separate library + application
5+
16
[1.10.4]
27
- Implement optional binary format for PoFiles
38

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Javadoc can be found [here](https://mini2dx.github.io/gettext/javadoc/1.5.0/inde
1616

1717
__Gradle__
1818
```gradle
19-
compile "org.mini2Dx:gettext-lib:1.10.3"
19+
compile "org.mini2Dx:gettext-lib:1.11.0"
2020
```
2121

2222
__Maven__
2323
```xml
2424
<dependency>
2525
<groupId>org.mini2Dx</groupId>
2626
<artifactId>gettext-lib</artifactId>
27-
<version>1.10.3</version>
27+
<version>1.11.0</version>
2828
</dependency>
2929
```
3030

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.4';
51+
def projectVersion = '1.11.0';
5252

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

0 commit comments

Comments
 (0)