From 80a51cca3ce07bf2bfe62205815936ad08f78115 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Sun, 1 Sep 2024 08:58:19 +0200 Subject: [PATCH] bump version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ec95ce..ff358e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3180,7 +3180,7 @@ checksum = "a2316fb90175e4f747331f29c9275aaddf2868b355472e94a3b82ad235a719b5" [[package]] name = "ruxguitar" -version = "0.1.2" +version = "0.2.0" dependencies = [ "clap", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 15a302d..349219f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruxguitar" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["Arnaud Gourlay "] description = "Guitar pro tablature player"