Skip to content

Commit

Permalink
Tagging 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 5, 2020
1 parent 5d31305 commit 7866920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.3.2]
- Fix text files not escaping double quotes

[1.3.1]
- Fix escaped double quotes not parsing correctly

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Javadoc can be found [here](https://mini2dx.github.io/gettext/javadoc/1.3.0/inde

__Gradle__
```gradle
compile "org.mini2Dx:gettext-lib:1.3.1"
compile "org.mini2Dx:gettext-lib:1.3.2"
```

__Maven__
```xml
<dependency>
<groupId>org.mini2Dx</groupId>
<artifactId>gettext-lib</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

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.3.1';
def projectVersion = '1.3.2';

configure(mavenProjects()) {
apply plugin: "signing"
Expand Down

0 comments on commit 7866920

Please sign in to comment.