diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 5d1a9ad..6efc828 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -16,3 +16,4 @@ Please keep the list sorted.
* [Daniel Tartaglia](https://github.com/dtartaglia)
* [Mesashi Beheim](https://github.com/beheim)
* [Søren Lind Kristiansen](https://github.com/sorenlind)
+ * [Yurii](https://github.com/kaphacius)
diff --git a/Example/QRCodeReader.swift.xcodeproj/project.pbxproj b/Example/QRCodeReader.swift.xcodeproj/project.pbxproj
index 52fe3fd..1f3376d 100644
--- a/Example/QRCodeReader.swift.xcodeproj/project.pbxproj
+++ b/Example/QRCodeReader.swift.xcodeproj/project.pbxproj
@@ -629,6 +629,7 @@
CE8FFEEE1BAB4E8000D43F38 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
diff --git a/Example/QRCodeReader.swift/Info.plist b/Example/QRCodeReader.swift/Info.plist
index d1c284b..25a87fb 100644
--- a/Example/QRCodeReader.swift/Info.plist
+++ b/Example/QRCodeReader.swift/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.0.0
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/QRCodeReader/Info.plist b/Example/QRCodeReader/Info.plist
index e677190..5313a0d 100644
--- a/Example/QRCodeReader/Info.plist
+++ b/Example/QRCodeReader/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.0
+ 5.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/QRCodeReader.swift.podspec b/QRCodeReader.swift.podspec
index c620014..32bfcd6 100644
--- a/QRCodeReader.swift.podspec
+++ b/QRCodeReader.swift.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader.swift'
s.module_name = 'QRCodeReader'
- s.version = '5.0.0'
+ s.version = '5.1.0'
s.license = 'MIT'
s.summary = 'Simple QRCode and 1D bar code reader in Swift'
s.homepage = 'https://github.com/yannickl/QRCodeReader.swift.git'
diff --git a/README.md b/README.md
index 45e63fe..1abe6de 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
-pod 'QRCodeReader.swift', '~> 5.0.0'
+pod 'QRCodeReader.swift', '~> 5.1.0'
```
Install into your project:
@@ -61,7 +61,7 @@ $ brew install carthage
To integrate `QRCodeReader` into your Xcode project using Carthage, specify it in your `Cartfile` file:
```ogdl
-github "yannickl/QRCodeReader.swift" >= 5.0.0
+github "yannickl/QRCodeReader.swift" >= 5.1.0
```
#### Manually