From bf4af54b8c93eae1e2ffd2b60dc737f688ea2c78 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 18 Aug 2025 17:11:20 +0200 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 d720795..516d6c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osc-variant" -version = "0.9.0" +version = "0.10.0" dependencies = [ "base16ct", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 23ab6c4..9bcc292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osc-variant" -version = "0.9.0" +version = "0.10.0" edition = "2024" authors = ["Paul-Christian Volkmer"] description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"