diff --git a/README.md b/README.md index 36fbc63..0d5e5e6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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__ @@ -24,7 +24,7 @@ __Maven__ org.mini2Dx gettext-lib - 1.3.0 + 1.3.1 ``` diff --git a/build.gradle b/build.gradle index 0e8e3ef..b7b4729 100644 --- a/build.gradle +++ b/build.gradle @@ -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"