From 346521bcc6de3b07039322d621ffff59c9e293a9 Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Thu, 28 Sep 2017 18:36:17 +0200 Subject: [PATCH] Release v0.8.1 --- Cargo.toml | 2 +- capi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]