Skip to content

Commit

Permalink
Tagging 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Sep 8, 2017
1 parent 7342f3a commit 630c0fc
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.1.3]
- Fix bug where it always pushes platform-specific build when only using anyOs (thanks klianc09)

[1.1.2]
- Fix bug where it always pushes anyOs (thanks gitgilly)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'org.mini2Dx', name: 'butler', version: '1.1.2'
classpath group: 'org.mini2Dx', name: 'butler', version: '1.1.3'
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
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 All @@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
}

group = 'org.mini2Dx'
version = '1.1.3-SNAPSHOT'
version = '1.1.3'
description = 'Gradle plugin for the itch.io butler command line tool'

repositories {
Expand Down

0 comments on commit 630c0fc

Please sign in to comment.