Skip to content

Commit

Permalink
Tagging 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 4, 2020
1 parent 17a6c1e commit 9537fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0"
compile "org.mini2Dx:gettext-lib:1.3.1"
```

__Maven__
```xml
<dependency>
<groupId>org.mini2Dx</groupId>
<artifactId>gettext-lib</artifactId>
<version>1.3.0</version>
<version>1.3.1</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.0';
def projectVersion = '1.3.1';

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

0 comments on commit 9537fe8

Please sign in to comment.