Skip to content

Commit

Permalink
Bumping version to 2.2.0 for last version supporting Swift 4.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Apr 1, 2019
1 parent b267862 commit c8f2e72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
2 changes: 1 addition & 1 deletion Fuzi.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Fuzi"
s.version = "2.1.0"
s.version = "2.2.0"
s.license = "MIT"
s.summary = "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support"
s.homepage = "https://github.com/cezheng/Fuzi"
Expand Down
8 changes: 8 additions & 0 deletions Fuzi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit c8f2e72

Please sign in to comment.