Skip to content

Commit

Permalink
v0.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed May 4, 2017
1 parent 19cea26 commit acd933c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Mac/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>v0.6.18</string>
<string>v0.6.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1773</string>
<string>1779</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 SafeDrive. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Mac/Tests/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>v0.6.18</string>
<string>v0.6.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1773</string>
<string>1779</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions SafeDriveSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion safedrive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safedrive"
version = "0.6.18"
version = "0.6.19"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand Down
2 changes: 1 addition & 1 deletion safedrived/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safedrived"
version = "0.6.18"
version = "0.6.19"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand Down
2 changes: 1 addition & 1 deletion sddk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sddk"
version = "0.6.18"
version = "0.6.19"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand Down

0 comments on commit acd933c

Please sign in to comment.