From 292abad326daafbcf7be2701716230fd7f196df5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 27 Jan 2023 08:55:30 +0100 Subject: [PATCH] v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64c32f9..bcffc30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "dagger-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 75ef1bd..ec1548b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"