From 37992a86278ea0e06779b0519ce84a943580d6ae Mon Sep 17 00:00:00 2001 From: Property404 Date: Sat, 9 Nov 2024 09:13:24 -0600 Subject: [PATCH] Bump as test --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b8cdbb..c9390c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "its-a-unix-system" -version = "0.1.1-alpha.3" +version = "0.1.1-alpha.4" dependencies = [ "anyhow", "ascii", diff --git a/Cargo.toml b/Cargo.toml index 2a99118..653fe4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "its-a-unix-system" description = "A unix terminal for your website" -version = "0.1.1-alpha.3" +version = "0.1.1-alpha.4" authors = ["Property404 "] edition = "2021" repository = "https://github.com/Property404/its-a-unix-system"