From 5519381d8c0fa3f4c6569b08cf6103fa253afebf Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 29 Dec 2025 17:39:46 +0100 Subject: [PATCH] chore: bump version to 0.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84764eb..c46d776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "owlry" -version = "0.3.5" +version = "0.3.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e6efa3a..4384959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "owlry" -version = "0.3.5" +version = "0.3.6" edition = "2024" rust-version = "1.90" description = "A lightweight, owl-themed application launcher for Wayland"