We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1cf62 commit 9570793Copy full SHA for 9570793
2 files changed
CHANGELOG.md
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
20
### Security
21
22
+## [0.48.1] - 2026-01-24
23
+
24
+### Fixed
25
26
+* Version 0.48.0 APK was not in sync with git, so here comes version 0.48.1
27
28
## [0.48.0] - 2026-01-24
29
30
### Added
gauguin-app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
android:installLocation="auto"
4
- android:versionCode="68"
5
- android:versionName="0.48.0">
+ android:versionCode="69"
+ android:versionName="0.48.1">
6
7
<application
8
android:icon="@mipmap/ic_launcher"
0 commit comments