Skip to content

Commit 97c577d

Browse files
committed
Tagging 1.1.2
1 parent c599b54 commit 97c577d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[1.1.2]
2+
- Fix bug where it always pushes anyOs (thanks gitgilly)
3+
14
[1.1.1]
25
- Ensure butler is executable before updating (thanks Sythelux)
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
2727
}
2828

2929
group = 'org.mini2Dx'
30-
version = '1.1.2-SNAPSHOT'
30+
version = '1.1.2'
3131
description = 'Gradle plugin for the itch.io butler command line tool'
3232

3333
repositories {

0 commit comments

Comments
 (0)