diff --git a/.DS_Store b/.DS_Store
index e74d563..3bb6e6f 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/Changelog.md b/Changelog.md
index ce0e7a8..8b4c19a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,13 @@
+# 0.5.1
+
+*Released: 11/24/2016*
+
+**Other:**
+
+- Fix iOS Deployment Target (Back to 9.1 from 10.1) - @Ben-G
+
+
+
#0.5.0
*Released: 11/24/2016*
diff --git a/ReSwiftRouter.podspec b/ReSwiftRouter.podspec
index 2fc8c49..7d29d14 100644
--- a/ReSwiftRouter.podspec
+++ b/ReSwiftRouter.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwiftRouter"
- s.version = "0.5.0"
+ s.version = "0.5.1"
s.summary = "Declarative Routing for ReSwift"
s.description = <<-DESC
A declarative router for ReSwift. Allows developers to declare routes in a similar manner as
diff --git a/ReSwiftRouter.xcodeproj/project.pbxproj b/ReSwiftRouter.xcodeproj/project.pbxproj
index 943ba99..dd301b9 100644
--- a/ReSwiftRouter.xcodeproj/project.pbxproj
+++ b/ReSwiftRouter.xcodeproj/project.pbxproj
@@ -1293,7 +1293,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 10.1;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
PRODUCT_NAME = ReSwiftRouter;
@@ -1314,7 +1314,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 10.1;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
PRODUCT_NAME = ReSwiftRouter;
diff --git a/ReSwiftRouter/Info.plist b/ReSwiftRouter/Info.plist
index 288c341..504fc36 100644
--- a/ReSwiftRouter/Info.plist
+++ b/ReSwiftRouter/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleSignature
????
CFBundleVersion
diff --git a/ReSwiftRouterTests/Info.plist b/ReSwiftRouterTests/Info.plist
index 96201fb..4e4720d 100644
--- a/ReSwiftRouterTests/Info.plist
+++ b/ReSwiftRouterTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleSignature
????
CFBundleVersion