Skip to content

Commit

Permalink
Release 0.1.2, "The Unimportant Update"
Browse files Browse the repository at this point in the history
This includes some very minor features, like the ability to save preload files to speed up palette calculation, but mostly makes paletteMapping and paletteArray public. They should be treated as read-only, but I can't prevent them from being modified; I can only say it's usually a very bad idea. Some of my older code depends on paletteMapping in particular being accessible, so I'd like to have that for porting purposes.
  • Loading branch information
tommyettinger committed Jun 12, 2020
1 parent 33da053 commit 51c8716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ apply from: 'publish.gradle'
sourceCompatibility = 1.7

def projectName = 'anim8-gdx'
version '0.1.2-SNAPSHOT'
version '0.1.2'
group 'com.github.tommyettinger'

//api "com.github.tommyettinger:anim8-gdx:0.1.0"
//api "com.github.tommyettinger:anim8-gdx:0.1.2"

def gdxVersion = '1.9.10'

Expand Down

0 comments on commit 51c8716

Please sign in to comment.