diff --git a/README.md b/README.md
index d14b158..84d4c4e 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.1"),
+ .package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "1.1.2"),
]
```
@@ -40,7 +40,7 @@ pod 'swift_qrcodejs'
Carthage
```ruby
-github "ApolloZhu/swift_qrcodejs" ~> 1.1.1
+github "ApolloZhu/swift_qrcodejs" ~> 1.1.2
```
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 6fb72ef..35068e4 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.1
+ 1.1.2
CFBundleSignature
????
CFBundleVersion
diff --git a/jazzy.sh b/jazzy.sh
index 42b4f4a..250a7cb 100755
--- a/jazzy.sh
+++ b/jazzy.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# sudo gem install jazzy
-version=1.1.1
+version=1.1.2
sudo gem install jazzy
jazzy \
--clean \
diff --git a/swift_qrcodejs.podspec b/swift_qrcodejs.podspec
index 2416fce..21f2c48 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.1"
+ s.version = "1.1.2"
s.summary = "Cross-appleOS SIMPLE QRCode generator for swift, modified based on qrcodejs."
# This description is used to generate tags and improve search results.