Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 11, 2024
1 parent 8124bc2 commit c9aab11
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Jerboa 0.0.63 (2024-03-11)

## What's Changed in 0.0.63

- Correcting a few wrong defaults. by @dessalines in [#1448](https://github.com/dessalines/jerboa/pull/1448)
- Fix migrations 1 by @dessalines in [#1446](https://github.com/dessalines/jerboa/pull/1446)
- Fix Strikethrough rendering by @MV-GH in [#1445](https://github.com/dessalines/jerboa/pull/1445)

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.62...0.0.63

# Jerboa 0.0.62 (2024-03-11)

## What's Changed in 0.0.62

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

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 = 62
versionName = "0.0.62"
versionCode = 63
versionName = "0.0.63"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
11 changes: 6 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Jerboa 0.0.62 (2024-03-11)
# Jerboa 0.0.63 (2024-03-11)

## What's Changed in 0.0.62
## What's Changed in 0.0.63

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

**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.61...0.0.62
**Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.62...0.0.63

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

0 comments on commit c9aab11

Please sign in to comment.