From d743aa105b1d04f82f8154c3187abc71f11676fd Mon Sep 17 00:00:00 2001 From: Raymond McCrae Date: Thu, 23 Nov 2017 19:33:26 +0000 Subject: [PATCH] Update version to 0.4 --- Info_AppleTV.plist | 2 +- Info_MacOS.plist | 2 +- Info_iOS.plist | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Info_AppleTV.plist b/Info_AppleTV.plist index bcf7111..7e16c6c 100644 --- a/Info_AppleTV.plist +++ b/Info_AppleTV.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3 + 0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Info_MacOS.plist b/Info_MacOS.plist index e511d56..f2671bd 100644 --- a/Info_MacOS.plist +++ b/Info_MacOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3 + 0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Info_iOS.plist b/Info_iOS.plist index bcf7111..7e16c6c 100644 --- a/Info_iOS.plist +++ b/Info_iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3 + 0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/README.md b/README.md index f5b4604..8d67dd9 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,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.3 \ No newline at end of file +* Version 0.4 \ No newline at end of file