diff --git a/StateView.podspec b/StateView.podspec
index 422b85a..c123856 100644
--- a/StateView.podspec
+++ b/StateView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StateView"
- s.version = "1.3"
+ s.version = "2.0"
s.summary = "Automatically-updating views you can actually understand."
s.description = "Define once what your users should see when the data is one way or another and let StateView handle the rest. StateView will update only the parts of your UI that need updating whenever data changes, and you don't even need to refactor your app into a set of event streams. Write normal code and watch your view update itself."
diff --git a/StateView/Info.plist b/StateView/Info.plist
index 4bbc96d..dfb6492 100644
--- a/StateView/Info.plist
+++ b/StateView/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3
+ 2.0
CFBundleSignature
????
CFBundleVersion