From 563c5ee559466b5ebb4d02c7bb6a0fc629564354 Mon Sep 17 00:00:00 2001 From: jazzfool Date: Wed, 7 Aug 2024 13:02:28 +1000 Subject: [PATCH] bump ver to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19871fe..30fbc0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/jazzfool/iced_video_player" readme = "README.md" keywords = ["gui", "iced", "video"] categories = ["gui", "multimedia"] -version = "0.1.3" +version = "0.2.0" authors = ["jazzfool"] edition = "2021" resolver = "2"