Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 8, 2025
1 parent 9a2b402 commit 41a88b9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 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.9

- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9

## What's Changed in 0.0.8

- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)
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 = 8
versionName = "0.0.8"
versionCode = 9
versionName = "0.0.9"

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

- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)
- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8
**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9

<!-- generated by git-cliff -->
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## What's Changed in 0.0.9

- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9

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

0 comments on commit 41a88b9

Please sign in to comment.