diff --git a/RELEASES.md b/RELEASES.md index 123d829..1ca5af6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c15f04e..8f7936f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 5cf5e58..9117b76 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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