From acb5c6a7a37f9a2532a43ad8f4c020660c727e42 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Jun 2024 23:02:54 -0400 Subject: [PATCH] Bump version to 0.4.0 now that 0.3.0 is released --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b408ff4..b29476b 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "physis" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Goins "] edition = "2021" description = "Interact with XIV game data."