From 3e6bec1b455370b2549e40adfd3e9c45ba83fb79 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Sun, 21 Jan 2018 10:46:05 +0100 Subject: [PATCH] Bump to v2.0 --- ImageScout-Mac/Info.plist | 2 +- ImageScout-iOS/Info.plist | 2 +- ImageScout.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ImageScout-Mac/Info.plist b/ImageScout-Mac/Info.plist index cdfdc30..a38b5a6 100644 --- a/ImageScout-Mac/Info.plist +++ b/ImageScout-Mac/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ImageScout-iOS/Info.plist b/ImageScout-iOS/Info.plist index c5175ff..96cf1c7 100644 --- a/ImageScout-iOS/Info.plist +++ b/ImageScout-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ImageScout.podspec b/ImageScout.podspec index 707ecb9..9a93cba 100644 --- a/ImageScout.podspec +++ b/ImageScout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ImageScout" - s.version = "1.0.0" + s.version = "2.0.0" s.summary = "Get the size and type of a remote image by downloading as little as possible." s.homepage = "https://github.com/kaishin/ImageScout" s.social_media_url = "http://twitter.com/kaishin"