From d97b142f358cd037b58a3a2ed47e5cd4cded5117 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Wed, 22 Jul 2026 15:57:00 +0200 Subject: [PATCH] chore: bump version to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7445a7b..1a27648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-session" description = "The session manager for the COSMIC desktop environment" -version = "1.0.0" +version = "1.3.0" license = "GPL-3.0-only" edition = "2024" rust-version = "1.93"