From 08abb248571f3bb2958bf8283893cec3eb9857b8 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 31 Oct 2024 00:41:23 +0100 Subject: [PATCH] build: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7402592..d5c497e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osc-variant" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 41916c9..8bb25bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osc-variant" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Paul-Christian Volkmer"] description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"