From a52a329865342ccfa87314fb02374c304346b5a6 Mon Sep 17 00:00:00 2001 From: Rie Takahashi Date: Sat, 1 Feb 2025 17:15:45 +0000 Subject: [PATCH] chore: bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0654bcf..4efcb44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "moonlight-launcher" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dialog", "dirs 6.0.0", diff --git a/Cargo.toml b/Cargo.toml index 4d91821..e7f5d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/*"] name = "moonlight-launcher" description = "An easy-to-use launcher for moonlight" authors = ["Rie Takahashi "] -version = "0.1.0" +version = "0.1.1" license = "GPL-3.0" homepage = "https://github.com/meguminsama/moonlight-launcher" repository = "https://github.com/meguminsama/moonlight-launcher"