diff --git a/RELEASES.md b/RELEASES.md index 320d97f92..1987558a9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,17 @@ +# Jerboa 0.0.75 (2024-09-09) + +## What's Changed in 0.0.75 + +- Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [#1660](https://github.com/LemmyNet/jerboa/pull/1660) +- Fix legacy score behaviour by @MV-GH in [#1659](https://github.com/LemmyNet/jerboa/pull/1659) + +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.74...0.0.75 + # Jerboa 0.0.74 (2024-09-06) ## What's Changed in 0.0.74 +- Upping version. by @dessalines - Fix missing parent comment navigation by @MV-GH in [#1656](https://github.com/LemmyNet/jerboa/pull/1656) **Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 16bc52495..ca5cd83ff 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 74 - versionName = "0.0.74" + versionCode = 75 + versionName = "0.0.75" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index eb35263e3..997ece090 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,9 +1,10 @@ -# Jerboa 0.0.74 (2024-09-06) +# Jerboa 0.0.75 (2024-09-09) -## What's Changed in 0.0.74 +## What's Changed in 0.0.75 -- Fix missing parent comment navigation by @MV-GH in [#1656](https://github.com/LemmyNet/jerboa/pull/1656) +- Fix 'Swipe right to navigate back' to go back multiple times by @MV-GH in [#1660](https://github.com/LemmyNet/jerboa/pull/1660) +- Fix legacy score behaviour by @MV-GH in [#1659](https://github.com/LemmyNet/jerboa/pull/1659) -**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74 +**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.74...0.0.75