From 8f523c731e39b6b91e4c494feb7069e0e61b49ce Mon Sep 17 00:00:00 2001 From: Ben Watts Date: Fri, 23 Feb 2024 08:02:24 +0000 Subject: [PATCH] commit --- android/app/build.gradle | 4 ++-- android/app/src/main/res/values/strings.xml | 2 +- app.json | 6 +++--- components/gb-live/version-info.tsx | 2 +- ios/kilowatts.xcodeproj/project.pbxproj | 4 ++-- ios/kilowatts/Info.plist | 2 +- ios/kilowatts/Supporting/Expo.plist | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index be1ce7e..8562876 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -87,8 +87,8 @@ android { applicationId 'com.benjaminwatts.kilowatts' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 24 - versionName "1.1.24" + versionCode 26 + versionName "1.1.26" buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString()) } diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index ab380b0..96485a4 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -3,5 +3,5 @@ contain false automatic - 1.1.24 + 1.1.26 \ No newline at end of file diff --git a/app.json b/app.json index eee2a7e..67f8adf 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "kilowatts", "slug": "kilowatts", - "version": "1.1.24", + "version": "1.1.26", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "myapp", @@ -19,7 +19,7 @@ "config": { "usesNonExemptEncryption": false }, - "buildNumber": "1.1.24" + "buildNumber": "1.1.26" }, "android": { "adaptiveIcon": { @@ -46,7 +46,7 @@ "projectId": "06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91" } }, - "runtimeVersion": "1.1.24", + "runtimeVersion": "1.1.26", "updates": { "url": "https://u.expo.dev/06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91", "enabled": true, diff --git a/components/gb-live/version-info.tsx b/components/gb-live/version-info.tsx index 60e86f8..eb9c366 100644 --- a/components/gb-live/version-info.tsx +++ b/components/gb-live/version-info.tsx @@ -16,7 +16,7 @@ const VersionInfo: React.FC = () => { return ( - {`Release ${Updates.releaseChannel} v${Updates.runtimeVersion} ${Updates.isEmbeddedLaunch ? "Original" : `Updated ${Updates.createdAt.toLocaleString()}`} `} + {`App Version ${Updates.runtimeVersion} ${Updates.isEmbeddedLaunch ? "" : `${Updates.createdAt.toLocaleString()}`}`} ); diff --git a/ios/kilowatts.xcodeproj/project.pbxproj b/ios/kilowatts.xcodeproj/project.pbxproj index 2f5bd50..8ad7588 100644 --- a/ios/kilowatts.xcodeproj/project.pbxproj +++ b/ios/kilowatts.xcodeproj/project.pbxproj @@ -419,7 +419,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.24; + MARKETING_VERSION = 1.1.26; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -457,7 +457,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.24; + MARKETING_VERSION = 1.1.26; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/kilowatts/Info.plist b/ios/kilowatts/Info.plist index d60467b..96ff8c3 100644 --- a/ios/kilowatts/Info.plist +++ b/ios/kilowatts/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.1.24 + 1.1.26 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/kilowatts/Supporting/Expo.plist b/ios/kilowatts/Supporting/Expo.plist index 210dc22..ee4241e 100644 --- a/ios/kilowatts/Supporting/Expo.plist +++ b/ios/kilowatts/Supporting/Expo.plist @@ -11,6 +11,6 @@ EXUpdatesURL https://u.expo.dev/06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91 EXUpdatesRuntimeVersion - 1.1.24 + 1.1.26 \ No newline at end of file