diff --git a/Resources/Info.plist b/Resources/Info.plist
index 5284837..76d0c69 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.1.0
+ 4.1.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Runes.podspec b/Runes.podspec
index 80de5e9..bae6af2 100644
--- a/Runes.podspec
+++ b/Runes.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Runes'
- spec.version = '4.1.0'
+ spec.version = '4.1.1'
spec.summary = 'Functional operators for Swift'
spec.homepage = 'https://github.com/thoughtbot/runes'
spec.license = { :type => 'MIT', :file => 'LICENSE' }