From bbd0a2af96c2ca630ce3b155aa9c85d4a9393893 Mon Sep 17 00:00:00 2001 From: dreautall <109872040+dreautall@users.noreply.github.com> Date: Sun, 23 Jun 2024 06:08:14 +0000 Subject: [PATCH] bump version --- fastlane/metadata/android/en-US/changelogs/324.txt | 1 + fastlane/metadata/android/version.txt | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/324.txt diff --git a/fastlane/metadata/android/en-US/changelogs/324.txt b/fastlane/metadata/android/en-US/changelogs/324.txt new file mode 100644 index 00000000..5df0b864 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/324.txt @@ -0,0 +1 @@ +- Hotfix to enable non-HTTPS hosts again \ No newline at end of file diff --git a/fastlane/metadata/android/version.txt b/fastlane/metadata/android/version.txt index 14bbfb0e..84836035 100644 --- a/fastlane/metadata/android/version.txt +++ b/fastlane/metadata/android/version.txt @@ -1,2 +1,2 @@ -versionName=1.0.5 -versionCode=322 \ No newline at end of file +versionName=1.0.6 +versionCode=324 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 4032528d..f582f2f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: waterflyiii description: WaterFly III, a mobile client for Firefly III publish_to: 'none' -version: 1.0.5 +version: 1.0.6 environment: sdk: '>=3.0.0 <4.0.0'