From f2d8eb80bde70fc36fd83343e0e8dd4adcefede8 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Thu, 21 Mar 2024 23:28:55 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5704a560..6d74cc06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10767,7 +10767,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index c25a7914..73bdb6e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "space-acres" description = "Space Acres is an opinionated GUI application for farming on Subspace Network" license = "0BSD" -version = "0.1.10" +version = "0.1.11" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/subspace/space-acres" edition = "2021"