From 7b6e544e17100fad081fd608b9d8c776e383ac69 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Sun, 18 Feb 2024 11:17:27 +0000 Subject: [PATCH] Update version, changelog, docs --- build.gradle | 4 ++-- docs/index.html | 2 ++ docs/index.xml | 2 +- docs/using/index.xml | 2 +- fastlane/metadata/android/en-GB/changelogs/194.txt | 3 +++ 5 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-GB/changelogs/194.txt diff --git a/build.gradle b/build.gradle index eb081d0..6cafc6b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ android { applicationId "org.billthefarmer.editor" minSdkVersion 21 targetSdkVersion 28 - versionName "1.93" - versionCode 193 + versionName "1.94" + versionCode 194 buildConfigField "long", "BUILT", System.currentTimeMillis() + "L" } diff --git a/docs/index.html b/docs/index.html index 79a778b..44f5875 100644 --- a/docs/index.html +++ b/docs/index.html @@ -747,6 +747,8 @@