Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 23, 2025
1 parent 28bfb32 commit 72ca834
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.13

- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13

## What's Changed in 0.0.12

- Reminders by @dessalines in [#47](https://github.com/dessalines/habit-maker/pull/47)
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 = 12
versionName = "0.0.12"
versionCode = 13
versionName = "0.0.13"

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.12
## What's Changed in 0.0.13

- Reminders by @dessalines in [#47](https://github.com/dessalines/habit-maker/pull/47)
- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.11...0.0.12
**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13

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

- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13

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

0 comments on commit 72ca834

Please sign in to comment.