From c9aab11c5db447c5016a6a0891a6fdbc8ff7c9b0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 11 Mar 2024 17:59:43 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 11 ++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 166ffa3ec..ce8ad3636 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3e3bab024..5be51babe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index ebbe145ed..1a37f65fa 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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