From dec16457bec7b7cb7c2cf01f4e792f8ea7327603 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 7 Aug 2019 09:06:01 +0000 Subject: [PATCH] Bump version to 0.1.1 Bump the package version to 0.1.1, so that the Github tag and the crates.io tag can be aligned. --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69afd52..58b1003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 + +Version bump so that the Github tag and crates.io tag can be aligned. + # 0.1.0 Initial release. diff --git a/Cargo.lock b/Cargo.lock index 33309bc..c38da49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.1.0" +version = "0.1.1" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fc362c4..5ed9fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"