Skip to content

Commit

Permalink
Bumping version to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Mar 28, 2020
1 parent bde9649 commit 609367a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Kanna"
s.version = "5.2.1"
s.version = "5.2.2"
s.summary = "Kanna is an XML/HTML parser for iOS/macOS/watchOS/tvOS and Linux."
s.homepage = "https://github.com/tid-kijyun/Kanna"
s.license = 'MIT'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ It was inspired by [Nokogiri](https://github.com/sparklemotion/nokogiri)(鋸).
Add the following to your `Podfile`:
```ruby
use_frameworks!
pod 'Kanna', '~> 5.2.1'
pod 'Kanna', '~> 5.2.2'
```

#### Carthage
Add the following to your `Cartfile`:

```ogdl
github "tid-kijyun/Kanna" ~> 5.2.1
github "tid-kijyun/Kanna" ~> 5.2.2
```

For xcode 11.3 and earlier, the following settings are required.
Expand All @@ -58,7 +58,7 @@ import PackageDescription
let package = Package(
name: "YourProject",
dependencies: [
.package(url: "https://github.com/tid-kijyun/Kanna.git", from: "5.2.1"),
.package(url: "https://github.com/tid-kijyun/Kanna.git", from: "5.2.2"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.2.1</string>
<string>5.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/KannaTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.2.1</string>
<string>5.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 609367a

Please sign in to comment.