Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 12, 2024
1 parent 819b9ec commit 4a423f9
Show file tree
Hide file tree
Showing 3 changed files with 11 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.6.1

- Moving bottom app bars to top. by @dessalines in [#187](https://github.com/dessalines/rank-my-favs/pull/187)

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.6.0...0.6.1

## What's Changed in 0.6.0

- Adding a Tablet UI. by @dessalines in [#185](https://github.com/dessalines/rank-my-favs/pull/185)
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.rankmyfavs"
minSdk = 21
targetSdk = 35
versionCode = 23
versionName = "0.6.0"
versionCode = 24
versionName = "0.6.1"

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.6.0
## What's Changed in 0.6.1

- Adding a Tablet UI. by @dessalines in [#185](https://github.com/dessalines/rank-my-favs/pull/185)
- Moving bottom app bars to top. by @dessalines in [#187](https://github.com/dessalines/rank-my-favs/pull/187)

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.5.4...0.6.0
**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.6.0...0.6.1

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

0 comments on commit 4a423f9

Please sign in to comment.