diff --git a/Info_AppleTV.plist b/Info_AppleTV.plist
index 7e16c6c..bcf7111 100644
--- a/Info_AppleTV.plist
+++ b/Info_AppleTV.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.4
+ 0.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Info_MacOS.plist b/Info_MacOS.plist
index f2671bd..e511d56 100644
--- a/Info_MacOS.plist
+++ b/Info_MacOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.4
+ 0.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/Info_iOS.plist b/Info_iOS.plist
index 7e16c6c..bcf7111 100644
--- a/Info_iOS.plist
+++ b/Info_iOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.4
+ 0.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/README.md b/README.md
index 9aae9d6..c7f6b42 100644
--- a/README.md
+++ b/README.md
@@ -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")
]
)
```
@@ -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
\ No newline at end of file
+* Version 0.3
\ No newline at end of file