Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 9, 2024
1 parent cf6857c commit 10e6559
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
9 changes: 5 additions & 4 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit 10e6559

Please sign in to comment.