From a6612d46469de4860fe77ecb51e2a1d266510eef Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Wed, 24 Jul 2024 14:25:44 +0300 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 1a476e91..e27dfdf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11518,7 +11518,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.1.28" +version = "0.1.29" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 7c77aba1..cb4717dc 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.28" +version = "0.1.29" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/subspace/space-acres" edition = "2021"