Skip to content

Commit c534cb6

Browse files
committed
Upping version.
1 parent 050da4f commit c534cb6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Jerboa 0.0.59 (2024-02-15)
2+
3+
## What's Changed
4+
5+
- Adding lintVitalRelease to CI by @dessalines in #1383
6+
17
# Jerboa 0.0.58 (2024-02-15)
28

39
## What's Changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
namespace = "com.jerboa"
2121
minSdk = 26
2222
targetSdk = 34
23-
versionCode = 58
24-
versionName = "0.0.58"
23+
versionCode = 59
24+
versionName = "0.0.59"
2525

2626
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2727
vectorDrawables {

app/src/main/assets/RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Jerboa 0.0.58 (2024-02-15)
1+
# Jerboa 0.0.59 (2024-02-15)
22

33
## What's Changed
44

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

0 commit comments

Comments
 (0)