diff --git a/README.md b/README.md
index 17b9313..d14b158 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Cross-platform QRCode generator written in pure Swift, aiming to solve the awkwa
```swift
dependencies: [
- .package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "1.1.0"),
+ .package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "1.1.1"),
]
```
@@ -40,7 +40,7 @@ pod 'swift_qrcodejs'
Carthage
```ruby
-github "ApolloZhu/swift_qrcodejs" ~> 1.1.0
+github "ApolloZhu/swift_qrcodejs" ~> 1.1.1
```
diff --git a/Sources/Info.plist b/Sources/Info.plist
index ba549cb..6fb72ef 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.0
+ 1.1.1
CFBundleSignature
????
CFBundleVersion
diff --git a/jazzy.sh b/jazzy.sh
index a45db56..42b4f4a 100755
--- a/jazzy.sh
+++ b/jazzy.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# sudo gem install jazzy
-version=1.1.0
+version=1.1.1
sudo gem install jazzy
jazzy \
--clean \
diff --git a/swift_qrcodejs.podspec b/swift_qrcodejs.podspec
index 494565b..299b1e6 100644
--- a/swift_qrcodejs.podspec
+++ b/swift_qrcodejs.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "swift_qrcodejs"
- s.version = "1.1.0"
+ s.version = "1.1.1"
s.summary = "Cross-appleOS SIMPLE QRCode generator for swift, modified based on qrcodejs."
# This description is used to generate tags and improve search results.