From ecba762cd51f5c2ca9bc11f7f0b7c53b6246834b Mon Sep 17 00:00:00 2001 From: Alex Littlejohn Date: Wed, 27 Sep 2017 10:55:28 +0200 Subject: [PATCH 1/2] Updated .swift-version --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index 9f55b2cc..5186d070 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 +4.0 From 476ca0c64f8128225ef64267ac3ffdc199f7803e Mon Sep 17 00:00:00 2001 From: Alex Littlejohn Date: Wed, 27 Sep 2017 10:56:04 +0200 Subject: [PATCH 2/2] version 3.0.1 --- ALCameraViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALCameraViewController.podspec b/ALCameraViewController.podspec index 8e1f3311..c4ea87e0 100644 --- a/ALCameraViewController.podspec +++ b/ALCameraViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "ALCameraViewController" - spec.version = "3.0.0" + spec.version = "3.0.1" spec.summary = "A camera view controller with custom image picker and image cropping." spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s } spec.requires_arc = true