Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Apr 24, 2017
1 parent 48e4dcf commit c2c6ff1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livesplit-core"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
documentation = "https://docs.rs/livesplit-core/"
repository = "https://github.com/CryZe/livesplit-core"
Expand All @@ -27,5 +27,5 @@ image = "0.12.3"
derive_more = "0.6.0"
derive-new = "0.4.0"
pdqsort = "0.1.2"
livesplit-hotkey = { path = "hotkey", version = "0.1.0" }
livesplit-hotkey = { path = "hotkey", version = "0.2.0" }
parking_lot = "0.4.0"
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livesplit-core-capi"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher Serr <christopher.serr@gmail.com>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion hotkey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livesplit-hotkey"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
documentation = "https://docs.rs/livesplit-hotkey/"
repository = "https://github.com/CryZe/livesplit-core/tree/master/hotkey"
Expand Down

0 comments on commit c2c6ff1

Please sign in to comment.