Skip to content

Commit

Permalink
v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Mar 28, 2017
1 parent e2c38b5 commit 45f2a43
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.

8 changes: 4 additions & 4 deletions SafeDriveSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = G738Z89QKM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1278;
DYLIB_CURRENT_VERSION = 1317;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist-x86_64-apple-darwin/include";
FRAMEWORK_VERSION = A;
Expand Down Expand Up @@ -365,7 +365,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = G738Z89QKM;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1278;
DYLIB_CURRENT_VERSION = 1317;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/dist-x86_64-apple-darwin/include";
FRAMEWORK_VERSION = A;
Expand Down Expand Up @@ -459,7 +459,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1278;
CURRENT_PROJECT_VERSION = 1317;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -510,7 +510,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1278;
CURRENT_PROJECT_VERSION = 1317;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 2 additions & 2 deletions Wrappers/Swift/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.5.12</string>
<string>v0.5.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1278</string>
<string>1317</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 SafeDrive. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Wrappers/Swift/Tests/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.5.12</string>
<string>v0.5.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1278</string>
<string>1317</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion libsafedrive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsafedrive"
version = "0.5.12"
version = "0.5.13"
authors = ["Stephen Oliver <steve@infincia.com>"]
build = "build.rs"
workspace = ".."
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.5.12"
version = "0.5.13"
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.5.12"
version = "0.5.13"
authors = ["Stephen Oliver <steve@infincia.com>"]
build = "build.rs"
workspace = ".."
Expand Down

0 comments on commit 45f2a43

Please sign in to comment.