From 4e2306eaa4c6dd3d0dce44a6f6f9629c60616490 Mon Sep 17 00:00:00 2001 From: Raymond McCrae Date: Sat, 24 Nov 2018 18:46:29 +0000 Subject: [PATCH] Update version to 0.5 --- 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 7e16c6c..5b6266f 100644 --- a/Info_AppleTV.plist +++ b/Info_AppleTV.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4 + 0.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Info_MacOS.plist b/Info_MacOS.plist index f2671bd..25631a9 100644 --- a/Info_MacOS.plist +++ b/Info_MacOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4 + 0.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Info_iOS.plist b/Info_iOS.plist index 7e16c6c..5b6266f 100644 --- a/Info_iOS.plist +++ b/Info_iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4 + 0.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/README.md b/README.md index 8d67dd9..e4feca3 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.4 \ No newline at end of file +* Version 0.5 \ No newline at end of file