Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 31, 2024
1 parent 1873bdd commit d270c40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## What's Changed in 0.0.4

- Fixing checkmark color, main screen top bar. by @dessalines in [#8](https://github.com/dessalines/habit-maker/pull/8)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.3...0.0.4

## What's Changed in 0.0.3

- Adding working weekly, monthly, and yearly streaks. by @dessalines in [#7](https://github.com/dessalines/habit-maker/pull/7)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.habitmaker"
minSdk = 26
targetSdk = 35
versionCode = 3
versionName = "0.0.3"
versionCode = 4
versionName = "0.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
8 changes: 3 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## What's Changed in 0.0.3
## What's Changed in 0.0.4

- Adding working weekly, monthly, and yearly streaks. by @dessalines in [#7](https://github.com/dessalines/habit-maker/pull/7)
- Fixing a few screen transitions. by @dessalines
- Fixing animate items. by @dessalines
- Fixing checkmark color, main screen top bar. by @dessalines in [#8](https://github.com/dessalines/habit-maker/pull/8)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.2...0.0.3
**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.3...0.0.4

<!-- generated by git-cliff -->

0 comments on commit d270c40

Please sign in to comment.