Skip to content

Commit

Permalink
Tagging 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 10, 2017
1 parent 45e9301 commit 30e1896
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 @@
[4.1.1]
- Fix path errors for paths with spaces on Windows

[4.1.0]
- XML config now stores previously generated data
- Plugin now accepts directory as argument
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.mini2Dx:tilepacker-gradle-plugin:4.1.0'
classpath 'org.mini2Dx:tilepacker-gradle-plugin:4.1.1'
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.2'
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 @@ -34,7 +34,7 @@ subprojects {
}

group = 'org.mini2Dx'
version = '4.1.1-SNAPSHOT'
version = '4.1.1'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 30e1896

Please sign in to comment.