Skip to content

Commit 9570793

Browse files
committed
prepare release of version 0.48.1
1 parent bd1cf62 commit 9570793

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

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+
2228
## [0.48.0] - 2026-01-24
2329

2430
### Added

gauguin-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:installLocation="auto"
4-
android:versionCode="68"
5-
android:versionName="0.48.0">
4+
android:versionCode="69"
5+
android:versionName="0.48.1">
66

77
<application
88
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)