diff --git a/Queuer.podspec b/Queuer.podspec
index eb86c90..d13ecf0 100644
--- a/Queuer.podspec
+++ b/Queuer.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Queuer'
s.module_name = 'Queuer'
- s.version = '2.0.0'
+ s.version = '2.0.1'
s.summary = 'Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).'
s.homepage = 'https://github.com/FabrizioBrancati/Queuer'
s.screenshots = 'https://github.fabriziobrancati.com/queuer/resources/queuer-screenshot.png'
diff --git a/Queuer.xcodeproj/project.pbxproj b/Queuer.xcodeproj/project.pbxproj
index 6462a25..723d904 100644
--- a/Queuer.xcodeproj/project.pbxproj
+++ b/Queuer.xcodeproj/project.pbxproj
@@ -744,7 +744,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 2.0.0;
+ CURRENT_PROJECT_VERSION = 2.0.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -828,7 +828,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 2.0.0;
+ CURRENT_PROJECT_VERSION = 2.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
diff --git a/README.md b/README.md
index fffe963..c4cb067 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Requirements
| 3.1...3.2 | 8.3...9.0 | 1.0.0...1.1.0 | 8.0+ | 10.10+ | 9.0+ | 2.0+ | ![✓] |
| 4.0 | 9.0...9.2 | 1.3.0 | 8.0+ | 10.10+ | 9.0+ | 2.0+ | ![✓] |
| 4.1 | 9.3...9.4 | 1.3.1...1.3.2 | 8.0+ | 10.10+ | 9.0+ | 2.0+ | ![✓] |
-| 4.2 | 10.0...10.1 | 2.0.0 | 8.0+ | 10.10+ | 9.0+ | 3.0+ | ![✓] |
+| 4.2 | 10.0...10.1 | 2.0.0...2.0.1 | 8.0+ | 10.10+ | 9.0+ | 3.0+ | ![✓] |
Installing
==========
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 73dbae2..267f3b2 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.0.0
+ 2.0.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/Tests/Info.plist b/Tests/Info.plist
index 60e89d2..9e26509 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.0.0
+ 2.0.1
CFBundleVersion
1
diff --git a/jazzy.sh b/jazzy.sh
index c384069..1c39e5c 100755
--- a/jazzy.sh
+++ b/jazzy.sh
@@ -2,7 +2,7 @@
# Creates documentation using Jazzy.
-FRAMEWORK_VERSION=2.0.0
+FRAMEWORK_VERSION=2.0.1
jazzy \
--clean \