diff --git a/.jazzy.yaml b/.jazzy.yaml index e74e5fdd..35430aa9 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -3,11 +3,11 @@ clean: true exclude: Tests/ author: Timofey Solomko module: SWCompression -module_version: 4.0.1 +module_version: 4.0.2-dev copyright: '© 2017 Timofey Solomko' readme: README.md github_url: https://github.com/tsolomko/SWCompression -github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.0.1 +github_file_prefix: https://github.com/tsolomko/SWCompression/tree/develop theme: fullwidth custom_categories: diff --git a/SWCompression.podspec b/SWCompression.podspec index abb6904f..ba7c5e67 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "4.0.1" + s.version = "4.0.2-dev" s.summary = "A framework with functions for working with compression, archives and containers." s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers." diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist index 0a1b5a1e..8fa1da07 100644 --- a/Sources/Service/Info.plist +++ b/Sources/Service/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.1 + 4.0.2-dev CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Sources/swcomp/main.swift b/Sources/swcomp/main.swift index ae90b939..ab23224b 100644 --- a/Sources/swcomp/main.swift +++ b/Sources/swcomp/main.swift @@ -7,7 +7,7 @@ import Foundation import SWCompression import SwiftCLI -let cli = CLI(name: "swcomp", version: "4.0.1", +let cli = CLI(name: "swcomp", version: "4.0.2-dev", description: """ swcomp - small command-line client for SWCompression framework. Serves as an example of SWCompression usage.