From c0e4e1f5c9ce6cf36e7356a1121a5aa091d95a55 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sat, 6 Nov 2021 21:03:45 +0100 Subject: [PATCH] fix: Project version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9c335..224207e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ dependencies = [ [[package]] name = "pueue" -version = "1.0.4-alpha.0" +version = "1.1.0-alpha.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d85b616..a68c016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pueue" description = "A cli tool for managing long running shell commands." -version = "1.0.4-alpha.0" +version = "1.1.0-alpha.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"