From f75b187b17e4ad5d3c9408cb91a466153a640be4 Mon Sep 17 00:00:00 2001 From: Rayhan Nabi Date: Fri, 17 May 2019 12:26:28 +0600 Subject: [PATCH] Updated Version to 0.3 --- RNAlertController.podspec | 2 +- RNAlertController/RNAlertController/Info.plist | 2 +- RNAlertControllerExample/RNAlertControllerExample/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RNAlertController.podspec b/RNAlertController.podspec index fa959b3..581f355 100644 --- a/RNAlertController.podspec +++ b/RNAlertController.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "RNAlertController" - spec.version = "0.2.3" + spec.version = "0.3" spec.summary = "Custom Alert Controller for iOS" spec.description = <<-DESC diff --git a/RNAlertController/RNAlertController/Info.plist b/RNAlertController/RNAlertController/Info.plist index 6e1c99d..dea5ccd 100644 --- a/RNAlertController/RNAlertController/Info.plist +++ b/RNAlertController/RNAlertController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.3 + 0.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/RNAlertControllerExample/RNAlertControllerExample/Info.plist b/RNAlertControllerExample/RNAlertControllerExample/Info.plist index ce79b41..4ddde53 100644 --- a/RNAlertControllerExample/RNAlertControllerExample/Info.plist +++ b/RNAlertControllerExample/RNAlertControllerExample/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.3 + 0.3 CFBundleVersion 1 LSRequiresIPhoneOS