We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c599b54 commit 97c577dCopy full SHA for 97c577d
2 files changed
CHANGES
@@ -1,3 +1,6 @@
1
+[1.1.2]
2
+- Fix bug where it always pushes anyOs (thanks gitgilly)
3
+
4
[1.1.1]
5
- Ensure butler is executable before updating (thanks Sythelux)
6
build.gradle
@@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
27
}
28
29
group = 'org.mini2Dx'
30
-version = '1.1.2-SNAPSHOT'
+version = '1.1.2'
31
description = 'Gradle plugin for the itch.io butler command line tool'
32
33
repositories {
0 commit comments