From 0293c81ec752cd7a11077dd161be45b82b735d60 Mon Sep 17 00:00:00 2001 From: Meypod Date: Sun, 16 Apr 2023 20:09:57 +0330 Subject: [PATCH] v1.14.0 --- android/app/build.gradle | 4 ++-- ios/AlAzan/Info.plist | 4 ++-- ios/AlAzanTests/Info.plist | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fb4c4742..3791c4fc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,8 +103,8 @@ android { applicationId "com.github.meypod.al_azan" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 57 - versionName "1.13.7" + versionCode 58 + versionName "1.14.0" if (!project.hasProperty("noSign")) { signingConfig signingConfigs.debug println("debug signing the builds by default") diff --git a/ios/AlAzan/Info.plist b/ios/AlAzan/Info.plist index 798d9348..e8eeb928 100644 --- a/ios/AlAzan/Info.plist +++ b/ios/AlAzan/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.13.7 + 1.14.0 CFBundleSignature ???? CFBundleVersion - 20 + 21 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/AlAzanTests/Info.plist b/ios/AlAzanTests/Info.plist index 9529b8cb..7192d567 100644 --- a/ios/AlAzanTests/Info.plist +++ b/ios/AlAzanTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.13.7 + 1.14.0 CFBundleSignature ???? CFBundleVersion - 57 + 58 diff --git a/package.json b/package.json index be707d4a..088c0c65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "al-azan", - "version": "1.13.7", + "version": "1.14.0", "private": true, "scripts": { "android": "react-native run-android --no-packager",