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

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Oct 21, 2020
1 parent 3534afe commit 6acfa3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: "2.0.0"),
.package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "2.1.0"),
]
```

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

```ruby
github "ApolloZhu/swift_qrcodejs" ~> 2.0.0
github "ApolloZhu/swift_qrcodejs" ~> 2.1.0
```

</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>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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 = "2.0.0"
s.version = "2.1.0"
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 6acfa3a

Please sign in to comment.