From 046e21b187768b04838b67dd9fbf00a06bff310a Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sat, 31 Aug 2024 19:59:49 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- Maidfile.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33998f1..a41a00e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2422,7 +2422,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "script" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index facb826..cf74ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "script" -version = "0.3.1" +version = "0.4.0" edition = "2021" license = "MIT" -repository = "https://lab.themackabu.dev/self/script" +repository = "https://github.com/themackabu/script" description = "barebones http scripting" [profile.release] diff --git a/Maidfile.toml b/Maidfile.toml index 246ef20..ec82049 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -1,6 +1,6 @@ [project] name = "script" -version = "0.3.1" +version = "0.4.0" [tasks] clean = { script = ["rm -rf bin", "mkdir bin"] } -- GitLab