From bf5ffb9e2e56ee6ce6512dfcad725ffdd7517284 Mon Sep 17 00:00:00 2001 From: tjk Date: Tue, 26 Nov 2024 13:44:37 -0600 Subject: [PATCH] Release 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fc7ace..1f8fd79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "terminal-velocity" -version = "0.1.8" +version = "1.0.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index aef0bfe..ef86a21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal-velocity" -version = "0.1.8" +version = "1.0.1" build = "build.rs" description = "A blazingly fast static site generator for dorks" authors = ["TJK "]