Skip to content

Commit

Permalink
Tagging 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Feb 12, 2019
1 parent 411df51 commit 9d785c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.1'
classpath 'org.mini2Dx:tilepacker-gradle-plugin:4.2.0'
}
}
```
Expand Down Expand Up @@ -74,4 +74,4 @@ Optional Configuration Options

Notes
---------
Older integrated graphics cards can only load textures of 512x512 pixels so it is recommended that tilesets are generated at this maximum size if you wish to support older cards.
Older integrated graphics cards can only load textures of 512x512 pixels so it is recommended that tilesets are generated at this maximum size if you wish to support older cards.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
}

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

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down Expand Up @@ -144,4 +144,4 @@ project(":" + rootProject.name + "-gradle-plugin") {

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
}
}

0 comments on commit 9d785c9

Please sign in to comment.