From 74e45b6cfa587844df74c73289e0e356672eef8d Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sat, 9 Dec 2023 12:30:56 -0800 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- Maidfile.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a397f53..3efae3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,7 +1302,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "script" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-web", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 1ff250d..3b34482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "script" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" repository = "https://lab.themackabu.dev/self/script" diff --git a/Maidfile.toml b/Maidfile.toml index 3ac0b07..aa2e8fa 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -1,6 +1,6 @@ [project] name = "script" -version = "0.1.0" +version = "0.2.0" [tasks] clean = { script = ["rm -rf bin", "mkdir bin"] } -- GitLab