From eead361cca44d8e19e988572462c49e26cf20427 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 1 Oct 2025 18:36:56 +0200 Subject: [PATCH] release: 1.2.7 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- bin/Cargo.toml | 2 +- service/Cargo.toml | 2 +- toolkit/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a149c6..6584dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1661,7 +1661,7 @@ dependencies = [ [[package]] name = "pop-launcher" -version = "1.2.6" +version = "1.2.7" dependencies = [ "const_format", "dirs 6.0.0", @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "pop-launcher-bin" -version = "1.2.4" +version = "1.2.7" dependencies = [ "dirs 6.0.0", "mimalloc", @@ -1723,7 +1723,7 @@ dependencies = [ [[package]] name = "pop-launcher-service" -version = "1.2.4" +version = "1.2.7" dependencies = [ "async-oneshot", "async-trait", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "pop-launcher-toolkit" -version = "1.2.4" +version = "1.2.7" dependencies = [ "async-trait", "dirs 6.0.0", diff --git a/Cargo.toml b/Cargo.toml index 2c95089..a2c2e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher" -version = "1.2.6" +version = "1.2.7" license = "MPL-2.0" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" diff --git a/bin/Cargo.toml b/bin/Cargo.toml index f4d8771..50204ec 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-bin" -version = "1.2.4" +version = "1.2.7" license = "GPL-3.0-only" edition.workspace = true publish = false diff --git a/service/Cargo.toml b/service/Cargo.toml index 0a777b8..7904052 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-service" -version = "1.2.4" +version = "1.2.7" license = "MPL-2.0" edition.workspace = true diff --git a/toolkit/Cargo.toml b/toolkit/Cargo.toml index 3d1fe76..5c41e35 100644 --- a/toolkit/Cargo.toml +++ b/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-toolkit" -version = "1.2.4" +version = "1.2.7" description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher." edition.workspace = true