From 76ba239425d0e797f5203d49c1ce1d55eeb433cf Mon Sep 17 00:00:00 2001 From: Wouter Dullaert Date: Sat, 18 Jan 2020 22:50:23 +0100 Subject: [PATCH] chore(version): v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89690a8..54d5b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "scotty" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3053177..4853dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.0" +version = "0.2.0" authors = ["Wouter Dullaert "] edition = "2018" license = "MPL-2.0"