From b7a92985cc462ec51bf5737fed51b5057e665819 Mon Sep 17 00:00:00 2001 From: Thomas Cashman Date: Fri, 27 Mar 2020 19:26:23 +0000 Subject: [PATCH] Tagging 1.9.10 --- .gitignore | 5 +++++ README.md | 2 +- RELEASING.md | 2 +- build.gradle | 2 +- gradle.properties | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50052f7..2556a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ gradle-app.setting # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties +libgdx + +.classpath +.project +.settings/ diff --git a/README.md b/README.md index 1ec3b90..0f7b16a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The gradle build will checkout a specific version of libgdx, copy the audio sour ## Usage ```gradle -compile "org.mini2Dx:gdx-audio:1.9.5" +compile "org.mini2Dx:gdx-audio:1.9.10" ``` This project's only dependency is [gdx-collections](https://github.com/mini2Dx/gdx-collections). diff --git a/RELEASING.md b/RELEASING.md index bf89c8e..b3cd3be 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,5 +4,5 @@ Once you've registered, set up your PGP key per the guide [here](http://nemerosa Then you can build and publish a release with the following command: ```bash -./gradlew -Prelease clean build uploadArchives closeAndPromoteRepository +./gradlew -Prelease clean build uploadArchives closeAndReleaseRepository ``` diff --git a/build.gradle b/build.gradle index 279b276..66e3296 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { - classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3' + classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.9.0' } } diff --git a/gradle.properties b/gradle.properties index a7ed679..72c846f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -libgdxVersion=1.9.5 \ No newline at end of file +libgdxVersion=1.9.10 \ No newline at end of file