From 4b5e12008b0ba054da94f1f9d36c4129c6c2b14b Mon Sep 17 00:00:00 2001 From: atais Date: Tue, 8 Dec 2020 15:06:52 +0100 Subject: [PATCH] 1.0.0 --- android/app/build.gradle | 4 ++-- ios/LPURadio-tvOS/Info.plist | 12 ++++++------ ios/LPURadio-tvOSTests/Info.plist | 4 ++-- ios/LPURadio.xcodeproj/project.pbxproj | 4 ++-- ios/LPURadio/Info.plist | 14 +++++++------- ios/LPURadioTests/Info.plist | 4 ++-- package.json | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 865fa11..31a7615 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,8 +132,8 @@ android { applicationId "com.lpuradio" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.0" } splits { abi { diff --git a/ios/LPURadio-tvOS/Info.plist b/ios/LPURadio-tvOS/Info.plist index ecbd496..b748e41 100644 --- a/ios/LPURadio-tvOS/Info.plist +++ b/ios/LPURadio-tvOS/Info.plist @@ -15,13 +15,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion - 1 + 2 LSRequiresIPhoneOS - + NSAppTransportSecurity NSExceptionDomains @@ -29,12 +29,12 @@ localhost NSExceptionAllowsInsecureHTTPLoads - + NSLocationWhenInUseUsageDescription - + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -48,6 +48,6 @@ UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance - + diff --git a/ios/LPURadio-tvOSTests/Info.plist b/ios/LPURadio-tvOSTests/Info.plist index ba72822..cbbe05b 100644 --- a/ios/LPURadio-tvOSTests/Info.plist +++ b/ios/LPURadio-tvOSTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion - 1 + 2 diff --git a/ios/LPURadio.xcodeproj/project.pbxproj b/ios/LPURadio.xcodeproj/project.pbxproj index f125278..4bdf27d 100644 --- a/ios/LPURadio.xcodeproj/project.pbxproj +++ b/ios/LPURadio.xcodeproj/project.pbxproj @@ -554,7 +554,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; ENABLE_BITCODE = NO; INFOPLIST_FILE = LPURadio/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -576,7 +576,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; INFOPLIST_FILE = LPURadio/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( diff --git a/ios/LPURadio/Info.plist b/ios/LPURadio/Info.plist index 230423e..186a0cd 100644 --- a/ios/LPURadio/Info.plist +++ b/ios/LPURadio/Info.plist @@ -17,28 +17,28 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion - 1 + 2 LSRequiresIPhoneOS - + NSAppTransportSecurity NSAllowsArbitraryLoads - + NSExceptionDomains localhost NSExceptionAllowsInsecureHTTPLoads - + NSLocationWhenInUseUsageDescription - + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -52,7 +52,7 @@ UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance - + UIAppFonts AntDesign.ttf diff --git a/ios/LPURadioTests/Info.plist b/ios/LPURadioTests/Info.plist index ba72822..cbbe05b 100644 --- a/ios/LPURadioTests/Info.plist +++ b/ios/LPURadioTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion - 1 + 2 diff --git a/package.json b/package.json index aaf0ba8..1c9b0a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LPURadio", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "android": "react-native run-android",