From c54931a49856a2afbf40a74dd065454a65b1b888 Mon Sep 17 00:00:00 2001 From: MCOfficer Date: Tue, 14 Nov 2023 16:30:50 +0100 Subject: [PATCH] chore: Release eslauncher2 version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c16b6f..aa968f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "eslauncher2" -version = "0.8.12" +version = "0.9.0" dependencies = [ "anyhow", "bitar", diff --git a/Cargo.toml b/Cargo.toml index d62cb3a..c2d1f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eslauncher2" -version = "0.8.12" +version = "0.9.0" authors = ["M*C*O ", "EndlessSkyCommunity"] edition = "2021" build = "build.rs"