From c2696e39b84381df8865bed3d1e38a4c01098719 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Sat, 16 Dec 2023 12:37:59 +0200 Subject: [PATCH] New release 0.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8266e14d..0f156e6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10486,7 +10486,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.0.2" +version = "0.0.4" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index f0198329..cd42ac9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "space-acres" description = "Space Acres is an opinionated unofficial GUI application for farming on Subspace Network" license = "0BSD" -version = "0.0.2" +version = "0.0.4" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/nazar-pc/space-acres" edition = "2021"