diff --git a/Cargo.lock b/Cargo.lock index 33998f1675a4ae132e29b8cbd25d06bf8cf9fdbd..a41a00e4cb7c4bec56cac163dbefc519d3c97426 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 facb826b5302475ba8d2f357d07d1be088a2bca1..cf74ba9063de8bb743de2aea4d36e6fa57f91ee5 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 246ef20f614117a65d1abee61da886cea3cda9df..ec820497ab8b2cdfe23bb294669ce1353b81f1d2 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"] }