Skip to content

Commit c9aab11

Browse files
committedMar 11, 2024·
Upping version.
1 parent 8124bc2 commit c9aab11

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed
 

‎RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
# Jerboa 0.0.63 (2024-03-11)
2+
3+
## What's Changed in 0.0.63
4+
5+
- Correcting a few wrong defaults. by @dessalines in [#1448](https://github.com/dessalines/jerboa/pull/1448)
6+
- Fix migrations 1 by @dessalines in [#1446](https://github.com/dessalines/jerboa/pull/1446)
7+
- Fix Strikethrough rendering by @MV-GH in [#1445](https://github.com/dessalines/jerboa/pull/1445)
8+
9+
**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.62...0.0.63
10+
111
# Jerboa 0.0.62 (2024-03-11)
212

313
## What's Changed in 0.0.62
414

15+
- Upping version. by @dessalines
516
- Fix migration changing the the app settings by @MV-GH in [#1442](https://github.com/dessalines/jerboa/pull/1442)
617
- Fix issues caused by edge to edge by @MV-GH in [#1443](https://github.com/dessalines/jerboa/pull/1443)
718

‎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 = 62
24-
versionName = "0.0.62"
23+
versionCode = 63
24+
versionName = "0.0.63"
2525

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

‎app/src/main/assets/RELEASES.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Jerboa 0.0.62 (2024-03-11)
1+
# Jerboa 0.0.63 (2024-03-11)
22

3-
## What's Changed in 0.0.62
3+
## What's Changed in 0.0.63
44

5-
- Fix migration changing the the app settings by @MV-GH in [#1442](https://github.com/dessalines/jerboa/pull/1442)
6-
- Fix issues caused by edge to edge by @MV-GH in [#1443](https://github.com/dessalines/jerboa/pull/1443)
5+
- Correcting a few wrong defaults. by @dessalines in [#1448](https://github.com/dessalines/jerboa/pull/1448)
6+
- Fix migrations 1 by @dessalines in [#1446](https://github.com/dessalines/jerboa/pull/1446)
7+
- Fix Strikethrough rendering by @MV-GH in [#1445](https://github.com/dessalines/jerboa/pull/1445)
78

8-
**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.61...0.0.62
9+
**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.62...0.0.63
910

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

0 commit comments

Comments
 (0)
Please sign in to comment.