Skip to content

Commit

Permalink
Merge pull request #233 from kilowatts-io/preview
Browse files Browse the repository at this point in the history
Bump Version to 27
  • Loading branch information
BenjaminWatts authored Feb 29, 2024
2 parents 6f889ec + c809dc6 commit 3371022
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ android {
applicationId 'com.benjaminwatts.kilowatts'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 26
versionName "1.1.26"
versionCode 27
versionName "1.1.27"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
<string name="expo_runtime_version">1.1.26</string>
<string name="expo_runtime_version">1.1.27</string>
</resources>
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "kilowatts",
"slug": "kilowatts",
"version": "1.1.26",
"version": "1.1.27",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -19,7 +19,7 @@
"config": {
"usesNonExemptEncryption": false
},
"buildNumber": "1.1.26"
"buildNumber": "1.1.27"
},
"android": {
"adaptiveIcon": {
Expand All @@ -46,7 +46,7 @@
"projectId": "06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91"
}
},
"runtimeVersion": "1.1.26",
"runtimeVersion": "1.1.27",
"updates": {
"url": "https://u.expo.dev/06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91",
"enabled": true,
Expand Down
4 changes: 2 additions & 2 deletions ios/kilowatts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.26;
MARKETING_VERSION = 1.1.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -457,7 +457,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.26;
MARKETING_VERSION = 1.1.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/kilowatts/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.26</string>
<string>1.1.27</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/kilowatts/Supporting/Expo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<key>EXUpdatesURL</key>
<string>https://u.expo.dev/06a9e672-4ff0-4f7d-9373-6c4c8dcbdf91</string>
<key>EXUpdatesRuntimeVersion</key>
<string>1.1.26</string>
<string>1.1.27</string>
</dict>
</plist>

0 comments on commit 3371022

Please sign in to comment.