From 1d572da82201348482e1539d5d63254dde92ae72 Mon Sep 17 00:00:00 2001 From: Philipp David Date: Thu, 25 Jan 2024 10:20:33 +0100 Subject: [PATCH] Bump revision to 0.1.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 765f0d0..73fef03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "rust_unciv_server" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 2a645f9..737c2e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust_unciv_server" description = "Simple Unciv multiplayer server" -version = "0.1.12" +version = "0.1.13" authors = ["Philipp David "] repository = "https://github.com/oynqr/rust_unciv_server" license = "AGPL-3.0-only"