Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 6, 2024
1 parent a8b6e17 commit 0059b71
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Jerboa 0.0.74 (2024-09-06)

## What's Changed in 0.0.74

- 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

# Jerboa 0.0.73 (2024-09-05)

## What's Changed in 0.0.73

- Upping version. by @dessalines
- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650)
- Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651)

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 = 73
versionName = "0.0.73"
versionCode = 74
versionName = "0.0.74"

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,10 +1,9 @@
# Jerboa 0.0.73 (2024-09-05)
# Jerboa 0.0.74 (2024-09-06)

## What's Changed in 0.0.73
## What's Changed in 0.0.74

- Fixes wrong height Navigation bar when descriptions where hidden. by @MV-GH in [#1650](https://github.com/LemmyNet/jerboa/pull/1650)
- Fixes mostly systembars colors not matching with application by @MV-GH in [#1651](https://github.com/LemmyNet/jerboa/pull/1651)
- 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.72...0.0.73
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.73...0.0.74

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

0 comments on commit 0059b71

Please sign in to comment.