Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 25, 2024
1 parent b2c0866 commit 61c84f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## What's Changed in 0.5.4

- Fixing signing config. by @dessalines in [#175](https://github.com/dessalines/rank-my-favs/pull/175)
- Changed text inside tiers to be always black by @iByteABit256 in [#173](https://github.com/dessalines/rank-my-favs/pull/173)

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

## What's Changed in 0.5.3

- Converting gradle to kotlin build. by @dessalines in [#171](https://github.com/dessalines/rank-my-favs/pull/171)
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 = 34
versionCode = 21
versionName = "0.5.3"
versionCode = 22
versionName = "0.5.4"

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

- Converting gradle to kotlin build. by @dessalines in [#171](https://github.com/dessalines/rank-my-favs/pull/171)
- Made tier lists configurable by @iByteABit256 in [#157](https://github.com/dessalines/rank-my-favs/pull/157)
- Changing renovate to every weekend. by @dessalines in [#163](https://github.com/dessalines/rank-my-favs/pull/163)
- Fixing signing config. by @dessalines in [#175](https://github.com/dessalines/rank-my-favs/pull/175)
- Changed text inside tiers to be always black by @iByteABit256 in [#173](https://github.com/dessalines/rank-my-favs/pull/173)

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

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

0 comments on commit 61c84f0

Please sign in to comment.