diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec
index 3c29a6a..5cc1952 100644
--- a/ScrollingContentViewController.podspec
+++ b/ScrollingContentViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ScrollingContentViewController'
- s.version = '1.0.0'
+ s.version = '1.0.1'
s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable'
s.description = <<-DESC
diff --git a/Source/Info.plist b/Source/Info.plist
index 43fde39..824b037 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.0
+ 1.0.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)