From 6ca4bec3778f84fd1ea3cd0135aa99a5122f108b Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 20 Feb 2024 22:12:03 +0000 Subject: [PATCH] Release v1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a37a4c..91d3761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "factoriauth" description = "An unofficial authentication server for Factorio" repository = "https://git.it-syndikat.org/xiretza/factoriauth" documentation = "https://docs.rs/factoriauth" -version = "0.1.0" +version = "1.0.0" authors = ["Lambda", "deneb"] edition = "2021" license = "AGPL-3.0-or-later"