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 d35991f commit 1e8e124
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.10

- Fix about page crash caused by adaptive icon addition. by @dessalines in [#36](https://github.com/dessalines/habit-maker/pull/36)

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

## What's Changed in 0.0.9

- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)
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 = 9
versionName = "0.0.9"
versionCode = 10
versionName = "0.0.10"

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.9
## What's Changed in 0.0.10

- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34)
- Fix about page crash caused by adaptive icon addition. by @dessalines in [#36](https://github.com/dessalines/habit-maker/pull/36)

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

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

- Fix about page crash caused by adaptive icon addition. by @dessalines in [#36](https://github.com/dessalines/habit-maker/pull/36)

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

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

0 comments on commit 1e8e124

Please sign in to comment.