diff --git a/Support/Info-OSX.plist b/Support/Info-OSX.plist
index 9308880..75bdfe7 100644
--- a/Support/Info-OSX.plist
+++ b/Support/Info-OSX.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Support/Info-TVOS.plist b/Support/Info-TVOS.plist
index d3de8ee..60b9c00 100644
--- a/Support/Info-TVOS.plist
+++ b/Support/Info-TVOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Support/Info-iOS.plist b/Support/Info-iOS.plist
index d3de8ee..60b9c00 100644
--- a/Support/Info-iOS.plist
+++ b/Support/Info-iOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Then.podspec b/Then.podspec
index 224bb18..04bb552 100644
--- a/Then.podspec
+++ b/Then.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Then"
- s.version = "0.3.2"
+ s.version = "1.0.0"
s.summary = "Super sweet syntactic sugar for Swift initializers."
s.homepage = "https://github.com/devxoul/Then"
s.license = { :type => "MIT", :file => "LICENSE" }