From 63853fa0a818fe1bc8bee4cdb4259b253d31b26e Mon Sep 17 00:00:00 2001 From: sdaqo Date: Thu, 30 May 2024 23:52:34 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23cca8e..a4cefc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,7 +852,7 @@ dependencies = [ [[package]] name = "mpv-subs-popout" -version = "0.4.3" +version = "0.4.4" dependencies = [ "glib-build-tools", "gtk", diff --git a/Cargo.toml b/Cargo.toml index 56889ad..004b549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpv-subs-popout" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "Popout Mpv's Subs" readme = "README.md"