Skip to content

Commit

Permalink
Tagging 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Mar 27, 2020
1 parent e069ab4 commit b7a9298
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libgdxVersion=1.9.5
libgdxVersion=1.9.10

0 comments on commit b7a9298

Please sign in to comment.