Skip to content

Commit 8548d73

Browse files
committed
v3.1.0
1 parent 4334bff commit 8548d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- `getMaxDiameter` has been renamed to `getCurrentDiameter`.
55
- `getMaxRadius` has been renamed to `getCurrentRadius`.
66

7-
[3.0.1]
7+
[3.1.0]
88
- Hotfix for "floating" `Group` that contained `RadialGroup`.
99
- More efficient evaluation for the reset of the hover on mouse-exit.
1010
- The `background` image can now be a `Drawable` as well (but keep in mind that `Drawable` cannot be rotated).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply from: 'publish.gradle'
1919
sourceCompatibility = 1.8
2020

2121
def projectName = 'pie-menu'
22-
version '3.0.1'
22+
version '3.1.0'
2323
group 'com.payne.games'
2424

2525
def gdxVersion = '1.9.10'

0 commit comments

Comments
 (0)