Skip to content

Commit

Permalink
add to CHANGES and change version name in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
earlygrey committed Nov 2, 2020
1 parent 75c9da1 commit 5cb8bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[UNRELEASED]
- fix compatibility with libGDX 1.9.12
- fixed compatibility with libGDX 1.9.12
- added Drawing class
- added path(path, open) method
- added coloured circle methods
- added triangle methods

[2.3.0]
- fixed bug where pixels outside specified region were sometimes drawn
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
allprojects {

group = 'space.earlygrey'
version = '1.2.0-SNAPSHOT'
version = 'local-SNAPSHOT'

ext {
appName = "shapedrawer"
Expand Down

0 comments on commit 5cb8bb4

Please sign in to comment.