Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Sep 17, 2019
1 parent 899e6a5 commit 2f8286e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
```

Expand All @@ -40,7 +40,7 @@ pod 'swift_qrcodejs'
<summary><strong>Carthage</strong></summary>

```ruby
github "ApolloZhu/swift_qrcodejs" ~> 1.1.1
github "ApolloZhu/swift_qrcodejs" ~> 1.1.2
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion jazzy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# sudo gem install jazzy
version=1.1.1
version=1.1.2
sudo gem install jazzy
jazzy \
--clean \
Expand Down
2 changes: 1 addition & 1 deletion swift_qrcodejs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f8286e

Please sign in to comment.