From c571c0fd05adde4ef23ddefd951256cbfc626cce Mon Sep 17 00:00:00 2001 From: Cyril Levis Date: Tue, 19 Sep 2023 14:35:45 +0200 Subject: [PATCH] chore: bump to 1.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- config.toml.example | 2 +- src/config/mod.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 020df58..beb7df4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "hyprland-autoname-workspaces" -version = "1.1.10" +version = "1.1.11" dependencies = [ "clap", "hyprland", diff --git a/Cargo.toml b/Cargo.toml index 224f696..fb0e19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyprland-autoname-workspaces" authors = ["Cyril Levis", "Maxim Baz"] -version = "1.1.10" +version = "1.1.11" edition = "2021" categories = ["gui"] keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"] diff --git a/config.toml.example b/config.toml.example index b9faebb..9f13cf1 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,4 +1,4 @@ -version = "1.1.10" +version = "1.1.11" [format] dedup = true diff --git a/src/config/mod.rs b/src/config/mod.rs index fce9c6a..aa2fe1d 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -254,7 +254,7 @@ fn migrate_config_file( pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box> { // TODO: maybe we should dump the config from the default values of the struct? let default_config = r#" -version = "1.1.10" +version = "1.1.11" # [format] # Deduplicate icons if enable.