diff --git a/Cargo.toml b/Cargo.toml index 960f3db9..c3d405d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-core" -version = "0.8.0" +version = "0.8.1" authors = ["Christopher Serr "] documentation = "https://docs.rs/livesplit-core/" repository = "https://github.com/CryZe/livesplit-core" diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 47d84406..95be19fd 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-core-capi" -version = "0.8.0" +version = "0.8.1" authors = ["Christopher Serr "] [dependencies]