From 34697f9599276d453e36310d984cc5472befff7d Mon Sep 17 00:00:00 2001 From: Muukii Date: Fri, 14 Sep 2018 01:12:34 +0900 Subject: [PATCH] Update for Release --- .swift-version | 2 +- NextGrowingTextView.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.swift-version b/.swift-version index b8626c4..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4 +4.2 diff --git a/NextGrowingTextView.podspec b/NextGrowingTextView.podspec index 287bb21..6766d43 100644 --- a/NextGrowingTextView.podspec +++ b/NextGrowingTextView.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "NextGrowingTextView" - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "The next in the generations of 'growing textviews' optimized for iOS 8 and above." s.homepage = "https://github.com/muukii/NextGrowingTextView" s.license = 'MIT' - s.author = { "muukii" => "m@muukii.me" } + s.author = { "muukii" => "muukii.app@gmail.com" } s.source = { :git => "https://github.com/muukii/NextGrowingTextView.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/muukii0803'