Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Feb 18, 2017
1 parent 78b4dd9 commit 2f57b1f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 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.4.1</string>
<string>v0.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>967</string>
<string>972</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.4.1</string>
<string>v0.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>967</string>
<string>972</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.4.1"
version = "0.4.2"
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.4.1"
version = "0.4.2"
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.4.1"
version = "0.4.2"
authors = ["Stephen Oliver <steve@infincia.com>"]
build = "build.rs"
workspace = ".."
Expand Down

0 comments on commit 2f57b1f

Please sign in to comment.