diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ff2b4e..d3fd4ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +v1.0.3 +---------------- +Great performance improvements (but there is still room for more improvements). + v1.0.2 ---------------- - Fixed a problem when decompressed amount of data was greater than expected. @@ -7,7 +11,7 @@ v1.0.2 v1.0.1 ---------------- -Fixed several crashes caused by mistyping and shift 'overflow' (when it becomes greater than 15). +Fixed several crashes caused by mistyping and shift 'overflow' (when it becomes greater than 15). v1.0.0 ---------------- diff --git a/SWCompression.podspec b/SWCompression.podspec index d4f1900f..177a454f 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "Framework with implementations in Swift of different (de)compression algorithms" s.description = <<-DESC diff --git a/Sources/Info-iOS.plist b/Sources/Info-iOS.plist index 175b2b5f..c3bbb001 100644 --- a/Sources/Info-iOS.plist +++ b/Sources/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-tvOS.plist b/Sources/Info-tvOS.plist index 175b2b5f..c3bbb001 100644 --- a/Sources/Info-tvOS.plist +++ b/Sources/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-watchOS.plist b/Sources/Info-watchOS.plist index 175b2b5f..c3bbb001 100644 --- a/Sources/Info-watchOS.plist +++ b/Sources/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info.plist b/Sources/Info.plist index 3cd265d5..3650744d 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright