Skip to content

Commit

Permalink
v0.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Apr 29, 2017
1 parent 8193b47 commit f1b7155
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.16</string>
<string>v0.6.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1655</string>
<string>1657</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.16</string>
<string>v0.6.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1655</string>
<string>1657</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 @@ -311,7 +311,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = G738Z89QKM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1655;
DYLIB_CURRENT_VERSION = 1657;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist/x86_64-apple-darwin/include";
FRAMEWORK_VERSION = A;
Expand Down Expand Up @@ -348,7 +348,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = G738Z89QKM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1655;
DYLIB_CURRENT_VERSION = 1657;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist/x86_64-apple-darwin/include";
FRAMEWORK_VERSION = A;
Expand Down Expand Up @@ -442,7 +442,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1655;
CURRENT_PROJECT_VERSION = 1657;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -493,7 +493,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1655;
CURRENT_PROJECT_VERSION = 1657;
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.16"
version = "0.6.17"
authors = ["Stephen Oliver <steve@infincia.com>"]
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.16"
version = "0.6.17"
authors = ["Stephen Oliver <steve@infincia.com>"]
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.16"
version = "0.6.17"
authors = ["Stephen Oliver <steve@infincia.com>"]
build = "build.rs"
workspace = ".."
Expand Down

0 comments on commit f1b7155

Please sign in to comment.