Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Dec 17, 2023
1 parent 4a920f7 commit 9d54c34
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ android {
applicationId "com.hylo.hyloandroid"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 275
versionName "5.3.1-0"
versionCode 276
versionName "5.4.0"
}
signingConfigs {
debug {
Expand Down
4 changes: 2 additions & 2 deletions ios/HyloReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
CODE_SIGN_ENTITLEMENTS = HyloReactNative/HyloReactNative.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 200;
CURRENT_PROJECT_VERSION = 201;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = L4KZBPS2F3;
INFOPLIST_FILE = HyloReactNative/Info.plist;
Expand Down Expand Up @@ -860,7 +860,7 @@
CODE_SIGN_ENTITLEMENTS = HyloReactNative/HyloReactNativeRelease.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 200;
CURRENT_PROJECT_VERSION = 201;
DEVELOPMENT_TEAM = L4KZBPS2F3;
INFOPLIST_FILE = HyloReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
Expand Down
4 changes: 2 additions & 2 deletions ios/HyloReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.1</string>
<string>5.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -50,7 +50,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>200</string>
<string>201</string>
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false />
<key>FacebookAppID</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/HyloReactNativeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.1</string>
<string>5.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>200</string>
<string>201</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/OneSignalNotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.3.1</string>
<string>5.4.0</string>
<key>CFBundleVersion</key>
<string>200</string>
<string>201</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HyloReactNative",
"version": "5.3.1-0",
"version": "5.4.0",
"private": true,
"scripts": {
"android": "adb reverse tcp:3001 tcp:3001 && adb reverse tcp:3000 tcp:3000 && react-native run-android",
Expand Down

0 comments on commit 9d54c34

Please sign in to comment.