Skip to content

Commit

Permalink
Merge pull request #99 from futuredapp/release/2.2.4
Browse files Browse the repository at this point in the history
Release 2.2.4
  • Loading branch information
matejsemancik authored Oct 8, 2024
2 parents c33fc5c + 195d082 commit 5b5b933
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Donut Releases #

## Version 2.2.4
- Don't draw sections if amount is 0 (https://github.com/futuredapp/donut/pull/96)

## Version 2.2.3
### Compose version
- Bump Compose to 1.4.1
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

repositories {
jcenter()
gradlePluginPortal()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.futured.donut
VERSION_NAME=2.2.2-SNAPSHOT
VERSION_NAME=2.X.X-SNAPSHOT
POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors
POM_INCEPTION_YEAR=2020
POM_URL="https://github.com/thefuntasty/donut"
Expand Down

0 comments on commit 5b5b933

Please sign in to comment.