From 1402ac06f69ce2eabb5db8c1a8c885999b978a27 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 16 Jan 2022 12:37:09 +0100 Subject: [PATCH] Bump major version --- android/app/build.gradle | 4 ++-- ios/JellyfinAudioPlayer.xcodeproj/project.pbxproj | 4 ++-- ios/JellyfinAudioPlayer/Info.plist | 4 ++-- ios/JellyfinAudioPlayerTests/Info.plist | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6373d9c..78a6d98 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,8 +136,8 @@ android { applicationId "com.jellyfinaudioplayer" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "0.2.3" + versionCode 5 + versionName "1.2.3" multiDexEnabled true } splits { diff --git a/ios/JellyfinAudioPlayer.xcodeproj/project.pbxproj b/ios/JellyfinAudioPlayer.xcodeproj/project.pbxproj index f418cac..60676fe 100644 --- a/ios/JellyfinAudioPlayer.xcodeproj/project.pbxproj +++ b/ios/JellyfinAudioPlayer.xcodeproj/project.pbxproj @@ -554,7 +554,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; DEVELOPMENT_TEAM = 238P3C58WC; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -590,7 +590,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; DEVELOPMENT_TEAM = 238P3C58WC; INFOPLIST_FILE = JellyfinAudioPlayer/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/ios/JellyfinAudioPlayer/Info.plist b/ios/JellyfinAudioPlayer/Info.plist index 6d3b077..6eefc43 100644 --- a/ios/JellyfinAudioPlayer/Info.plist +++ b/ios/JellyfinAudioPlayer/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.3 + 1.2.3 CFBundleSignature ???? CFBundleVersion - 33 + 34 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/JellyfinAudioPlayerTests/Info.plist b/ios/JellyfinAudioPlayerTests/Info.plist index 5fd0e42..a3d8a90 100644 --- a/ios/JellyfinAudioPlayerTests/Info.plist +++ b/ios/JellyfinAudioPlayerTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.3 + 1.2.3 CFBundleSignature ???? CFBundleVersion - 33 + 34 diff --git a/package-lock.json b/package-lock.json index a085fbc..8727b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "JellyfinAudioPlayer", - "version": "0.2.3", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "JellyfinAudioPlayer", - "version": "0.2.3", + "version": "1.2.3", "dependencies": { "@react-native-community/async-storage": "^1.12.1", "@react-native-community/masked-view": "^0.1.11", diff --git a/package.json b/package.json index e5f1be2..9a31424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "JellyfinAudioPlayer", - "version": "0.2.3", + "version": "1.2.3", "main": "src/index.js", "private": true, "scripts": {