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"