Skip to content

Commit

Permalink
Revert "Update version to 0.4"
Browse files Browse the repository at this point in the history
This reverts commit cdd3c2f.
  • Loading branch information
Raymond McCrae committed Nov 11, 2017
1 parent cdd3c2f commit b7c0e38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Info_AppleTV.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>0.4</string>
<string>0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Info_MacOS.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>0.4</string>
<string>0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Info_iOS.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>0.4</string>
<string>0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let package = Package(
name: "YourProject",

dependencies: [
.package(url: "https://github.com/raymccrae/swift-htmlsaxparser.git", from: "0.4.0")
.package(url: "https://github.com/raymccrae/swift-htmlsaxparser.git", from: "0.3.0")
]
)
```
Expand All @@ -91,4 +91,4 @@ $ swift build -Xcc -I"$(xcrun --show-sdk-path)/usr/include/libxml2"
* see [LICENSE](https://github.com/raymccrae/swift-htmlsaxparser/blob/master/LICENSE) file

## Version
* Version 0.4
* Version 0.3

0 comments on commit b7c0e38

Please sign in to comment.