From c45a89b1734a2ab27217c1266cbc0cceb6e1f7c5 Mon Sep 17 00:00:00 2001 From: Rayhan Nabi Date: Wed, 15 May 2019 15:51:11 +0600 Subject: [PATCH] Updated version 0.2.3 --- RNAlertController.podspec | 4 ++-- RNAlertController/RNAlertController/Info.plist | 2 +- RNAlertControllerExample/RNAlertControllerExample/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RNAlertController.podspec b/RNAlertController.podspec index 90ab852..fa959b3 100644 --- a/RNAlertController.podspec +++ b/RNAlertController.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "RNAlertController" - spec.version = "0.2.2" + spec.version = "0.2.3" spec.summary = "Custom Alert Controller for iOS" spec.description = <<-DESC @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = '9.0' spec.source = { :git => "https://github.com/rayhannabi/RNAlertController.git", :tag => "#{spec.version}" } - + spec.swift_version = '5.0' spec.source_files = "RNAlertController/**/*.swift" spec.framework = "UIKit" spec.requires_arc = true diff --git a/RNAlertController/RNAlertController/Info.plist b/RNAlertController/RNAlertController/Info.plist index d3b1483..6e1c99d 100644 --- a/RNAlertController/RNAlertController/Info.plist +++ b/RNAlertController/RNAlertController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/RNAlertControllerExample/RNAlertControllerExample/Info.plist b/RNAlertControllerExample/RNAlertControllerExample/Info.plist index 742890f..ce79b41 100644 --- a/RNAlertControllerExample/RNAlertControllerExample/Info.plist +++ b/RNAlertControllerExample/RNAlertControllerExample/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleVersion 1 LSRequiresIPhoneOS