Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Feb 16, 2024
1 parent 050da4f commit c534cb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Jerboa 0.0.59 (2024-02-15)

## What's Changed

- Adding lintVitalRelease to CI by @dessalines in #1383

# Jerboa 0.0.58 (2024-02-15)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
namespace = "com.jerboa"
minSdk = 26
targetSdk = 34
versionCode = 58
versionName = "0.0.58"
versionCode = 59
versionName = "0.0.59"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Jerboa 0.0.58 (2024-02-15)
# Jerboa 0.0.59 (2024-02-15)

## What's Changed

- Adding lintVitalRelease to CI by @dessalines in #1383
- Adding ability to ban users from profile pages. by @dessalines in #1380
- Fixing view votes crash. Fixes #1357 by @dessalines in #1379
- Add report queue by @dessalines in #1360
Expand Down

0 comments on commit c534cb6

Please sign in to comment.