Skip to content

Commit 95835d8

Browse files
committed
chore: bump to 1.9.1
1 parent 1ad0fa7 commit 95835d8

File tree

9 files changed

+20
-2
lines changed

9 files changed

+20
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.schwegelbin.openbible"
1414
minSdk = 27
1515
targetSdk = 36
16-
versionCode = 31
17-
versionName = "1.9.0"
16+
versionCode = 32
17+
versionName = "1.9.1"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.9.1] - 2025-08-18
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(ui)* Improve alignment in selection screen
10+
- *(ui)* Match menu color to background
11+
12+
### 📚 Documentation
13+
14+
- *(metadata)* Add one missing but added feature to changelog 31 (1.9.0)
15+
516
## [1.9.0] - 2025-07-18
617

718
### 🚀 Features
@@ -26,6 +37,7 @@ All notable changes to this project will be documented in this file.
2637
### ⚙️ Miscellaneous Tasks
2738

2839
- Update deprecated kotlin compilerOptions
40+
- Bump to 1.9.0
2941

3042
## [1.8.1] - 2025-06-12
3143

metadata/de/changelogs/32.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Verbesserte Ausrichtung der Buechernamen
2+
- Angepasste Menuefarbe an Hintergrundfarbe
3+
- Aktualisieren von Abhaengigkeiten

metadata/en-US/changelogs/32.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Improve Alignment of Book names
2+
- Match Menu Color to Background Color
3+
- Update Dependencies
733 Bytes
Loading
2.64 KB
Loading
-1 KB
Loading
556 Bytes
Loading
2.88 KB
Loading

0 commit comments

Comments
 (0)