bump version

This commit is contained in:
deneb 2024-10-25 12:23:38 +02:00
parent 9bb084f0a7
commit 9b7681f3d9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -593,7 +593,7 @@ dependencies = [
[[package]]
name = "factoriauth"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"async-trait",
"axum",

View file

@ -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 = "1.0.0"
version = "1.1.0"
authors = ["Lambda", "deneb"]
edition = "2021"
license = "AGPL-3.0-or-later"