From 4c2582999ec4a96a3cb015af9cd4f78a3f61595a Mon Sep 17 00:00:00 2001 From: DaraJKong Date: Fri, 8 Sep 2023 01:42:57 -0400 Subject: [PATCH] Fix wrong version standard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f7d3f9..0cbfab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-desktop" -version = "0.2.1" +version = "0.1.0" authors = ["DaraJKong"] license = "Apache-2.0" edition = "2021"