diff --git a/Example/HBStatusBarNotification/Info.plist b/Example/HBStatusBarNotification/Info.plist
index eb18faa..0f07110 100644
--- a/Example/HBStatusBarNotification/Info.plist
+++ b/Example/HBStatusBarNotification/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ 1.0.1
CFBundleSignature
????
CFBundleVersion
diff --git a/HBStatusBarNotification.podspec b/HBStatusBarNotification.podspec
index c450633..9bdc7ee 100644
--- a/HBStatusBarNotification.podspec
+++ b/HBStatusBarNotification.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'HBStatusBarNotification'
- s.version = '1.0.0'
+ s.version = '1.0.1'
s.summary = 'An extremely lightweight solution to dispatching status bar notifications from anywhere in your iOS application.'
s.description = <<-DESC