diff --git a/Resources/Info.plist b/Resources/Info.plist
index 1461558..0c28f00 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.2.1
+ 4.2.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Runes.podspec b/Runes.podspec
index ed437fc..cba9978 100644
--- a/Runes.podspec
+++ b/Runes.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Runes'
- spec.version = '4.2.1'
+ spec.version = '4.2.2'
spec.summary = 'Functional operators for Swift'
spec.homepage = 'https://github.com/thoughtbot/runes'
spec.license = { :type => 'MIT', :file => 'LICENSE' }