diff --git a/Cargo.lock b/Cargo.lock index a4fd9fd..91baad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "sddk" -version = "0.6.18" +version = "0.6.19" dependencies = [ "bip39 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1147,7 +1147,7 @@ replace = "rustls 0.5.8 (git+https://github.com/infincia/rustls.git?branch=infin [[package]] name = "safedrive" -version = "0.6.18" +version = "0.6.19" dependencies = [ "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.23.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1156,7 +1156,7 @@ dependencies = [ "pbr 1.0.0 (git+https://github.com/infincia/pb.git?branch=infincia)", "prettytable-rs 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.6.18", + "sddk 0.6.19", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1165,13 +1165,13 @@ dependencies = [ [[package]] name = "safedrived" -version = "0.6.18" +version = "0.6.19" dependencies = [ "clap 2.23.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.6.18", + "sddk 0.6.19", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Mac/Supporting Files/Info.plist b/Mac/Supporting Files/Info.plist index 12187ea..6ff44c6 100644 --- a/Mac/Supporting Files/Info.plist +++ b/Mac/Supporting Files/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - v0.6.18 + v0.6.19 CFBundleSignature ???? CFBundleVersion - 1773 + 1779 NSHumanReadableCopyright Copyright © 2016 SafeDrive. All rights reserved. NSPrincipalClass diff --git a/Mac/Tests/Supporting Files/Info.plist b/Mac/Tests/Supporting Files/Info.plist index bbf81df..252c882 100644 --- a/Mac/Tests/Supporting Files/Info.plist +++ b/Mac/Tests/Supporting Files/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - v0.6.18 + v0.6.19 CFBundleSignature ???? CFBundleVersion - 1773 + 1779 diff --git a/SafeDriveSDK.xcodeproj/project.pbxproj b/SafeDriveSDK.xcodeproj/project.pbxproj index 91878ad..dc3a69e 100644 --- a/SafeDriveSDK.xcodeproj/project.pbxproj +++ b/SafeDriveSDK.xcodeproj/project.pbxproj @@ -319,7 +319,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = G738Z89QKM; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1773; + DYLIB_CURRENT_VERSION = 1779; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist/x86_64-apple-darwin/include"; FRAMEWORK_VERSION = A; @@ -356,7 +356,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = G738Z89QKM; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1773; + DYLIB_CURRENT_VERSION = 1779; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist/x86_64-apple-darwin/include"; FRAMEWORK_VERSION = A; @@ -450,7 +450,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1773; + CURRENT_PROJECT_VERSION = 1779; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -501,7 +501,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1773; + CURRENT_PROJECT_VERSION = 1779; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index 52bc073..0981230 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.6.18" +version = "0.6.19" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrived/Cargo.toml b/safedrived/Cargo.toml index 9ff164a..22ad4c6 100644 --- a/safedrived/Cargo.toml +++ b/safedrived/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrived" -version = "0.6.18" +version = "0.6.19" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index ac0734a..fea8fd7 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.6.18" +version = "0.6.19" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."