From fbfafc1d1d64b8f12792092424f66dc12a22e4aa Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 18 Oct 2022 14:14:30 +0200 Subject: [PATCH] (cargo-release) version 0.1.0 --- Cargo.lock | 2 +- syndicate-tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e136cca..608c1c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ dependencies = [ [[package]] name = "syndicate-tools" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap 4.0.16", "clap_complete", diff --git a/syndicate-tools/Cargo.toml b/syndicate-tools/Cargo.toml index 1ce9947..ea5bb91 100644 --- a/syndicate-tools/Cargo.toml +++ b/syndicate-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syndicate-tools" -version = "0.0.0" +version = "0.1.0" authors = ["Tony Garnock-Jones "] edition = "2018"