Skip to content

Commit 5b5b933

Browse files
Merge pull request #99 from futuredapp/release/2.2.4
Release 2.2.4
2 parents c33fc5c + 195d082 commit 5b5b933

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Donut Releases #
22

3+
## Version 2.2.4
4+
- Don't draw sections if amount is 0 (https://github.com/futuredapp/donut/pull/96)
5+
36
## Version 2.2.3
47
### Compose version
58
- Bump Compose to 1.4.1

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
repositories {
6-
jcenter()
6+
gradlePluginPortal()
77
}
88

99
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.futured.donut
2-
VERSION_NAME=2.2.2-SNAPSHOT
2+
VERSION_NAME=2.X.X-SNAPSHOT
33
POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors
44
POM_INCEPTION_YEAR=2020
55
POM_URL="https://github.com/thefuntasty/donut"

0 commit comments

Comments
 (0)