File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
6
[1.10.4]
2
7
- Implement optional binary format for PoFiles
3
8
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ Javadoc can be found [here](https://mini2dx.github.io/gettext/javadoc/1.5.0/inde
16
16
17
17
__ Gradle__
18
18
``` gradle
19
- compile "org.mini2Dx:gettext-lib:1.10.3 "
19
+ compile "org.mini2Dx:gettext-lib:1.11.0 "
20
20
```
21
21
22
22
__ Maven__
23
23
``` xml
24
24
<dependency >
25
25
<groupId >org.mini2Dx</groupId >
26
26
<artifactId >gettext-lib</artifactId >
27
- <version >1.10.3 </version >
27
+ <version >1.11.0 </version >
28
28
</dependency >
29
29
```
30
30
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def mavenProjects() {
48
48
subprojects. findAll { ! it. name. contains(' antlr' ) }
49
49
}
50
50
51
- def projectVersion = ' 1.10.4 ' ;
51
+ def projectVersion = ' 1.11.0 ' ;
52
52
53
53
def docProjects () {
54
54
subprojects. findAll { ! it. name. contains(' gradle' ) && ! it. name. contains(' antlr' ) }
You can’t perform that action at this time.
0 commit comments