From 71a4aad839cf8e87290193871ec093ee8bc3752f Mon Sep 17 00:00:00 2001
From: ryan kurte <ryankurte@gmail.com>
Date: Fri, 1 Jan 2021 10:00:25 +1300
Subject: [PATCH] (cargo-release) version 0.2.0

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a93ae818..821a7af4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -129,7 +129,7 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
 
 [[package]]
 name = "cargo-binstall"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "anyhow",
  "cargo_metadata",
diff --git a/Cargo.toml b/Cargo.toml
index 1c94178c..990db0b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "cargo-binstall"
 description = "Rust binary package installer for CI integration"
 repository = "https://github.com/ryankurte/cargo-binstall"
 documentation = "https://docs.rs/cargo-binstall"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["ryan <ryan@kurte.nz>"]
 edition = "2018"
 license = "GPL-3.0"