Skip to content

Commit c2590e7

Browse files
committed
release: 0.9.1
1 parent af71d49 commit c2590e7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Clerotri's changelog
22

3+
## v0.9.1
4+
5+
_This version was released on 31/03/2025._
6+
7+
### Bug fixes
8+
9+
- The "Translate Clerotri" button in the settings menu now correctly links to Weblate.
10+
- On Android, the settings menu should no longer cut off at the bottom for users of 3-button navigation.
11+
- Several mentions of RVMob in other languages have been updated to mention Clerotri instead.
12+
313
## v0.9.0
414

515
_This version was released on 25/03/2025._

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId "app.upryzing.clerotri"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
83-
versionCode 14
84-
versionName "0.9.0"
83+
versionCode 15
84+
versionName "0.9.1"
8585
}
8686

8787
splits {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rvmob",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"homepage": "https://upryzing.github.io/clerotri",
55
"license": "AGPL-3.0-only",
66
"private": true,

src/Generic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
TextEditingModalProps,
1717
} from '@clerotri/lib/types';
1818

19-
export const appVersion = '0.9.0';
19+
export const appVersion = '0.9.1';
2020

2121
export const settings = {
2222
_fetch: (k: string) => {

0 commit comments

Comments
 (0)