Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 committed Nov 3, 2019
1 parent 4334bff commit 8548d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- `getMaxDiameter` has been renamed to `getCurrentDiameter`.
- `getMaxRadius` has been renamed to `getCurrentRadius`.

[3.0.1]
[3.1.0]
- Hotfix for "floating" `Group` that contained `RadialGroup`.
- More efficient evaluation for the reset of the hover on mouse-exit.
- The `background` image can now be a `Drawable` as well (but keep in mind that `Drawable` cannot be rotated).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply from: 'publish.gradle'
sourceCompatibility = 1.8

def projectName = 'pie-menu'
version '3.0.1'
version '3.1.0'
group 'com.payne.games'

def gdxVersion = '1.9.10'
Expand Down

0 comments on commit 8548d73

Please sign in to comment.