We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4334bff commit 8548d73Copy full SHA for 8548d73
CHANGES
@@ -4,7 +4,7 @@
4
- `getMaxDiameter` has been renamed to `getCurrentDiameter`.
5
- `getMaxRadius` has been renamed to `getCurrentRadius`.
6
7
-[3.0.1]
+[3.1.0]
8
- Hotfix for "floating" `Group` that contained `RadialGroup`.
9
- More efficient evaluation for the reset of the hover on mouse-exit.
10
- The `background` image can now be a `Drawable` as well (but keep in mind that `Drawable` cannot be rotated).
build.gradle
@@ -19,7 +19,7 @@ apply from: 'publish.gradle'
19
sourceCompatibility = 1.8
20
21
def projectName = 'pie-menu'
22
-version '3.0.1'
+version '3.1.0'
23
group 'com.payne.games'
24
25
def gdxVersion = '1.9.10'
0 commit comments