Set version to 4.0.0-dev in some places

This commit is contained in:
Timofey Solomko
2017-10-28 13:16:31 +03:00
parent ed98f11677
commit 86d1026d68
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
module_version: 3.4.0
module_version: 4.0.0-dev
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v3.4.0
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/develop
theme: fullwidth
custom_categories:
+1 -1
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
s.version = "3.4.0"
s.version = "4.0.0-dev"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>4.0.0-dev</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
+1 -1
View File
@@ -7,7 +7,7 @@ import Foundation
import SWCompression
import SwiftCLI
let cli = CLI(name: "swcomp", version: "3.4.0",
let cli = CLI(name: "swcomp", version: "4.0.0-dev",
description: """
swcomp - small command-line client for SWCompression framework.
Serves as an example of SWCompression usage.