Skip to content

Commit c571c0f

Browse files
committed
chore: bump to 1.1.11
1 parent 6419411 commit c571c0f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyprland-autoname-workspaces"
33
authors = ["Cyril Levis", "Maxim Baz"]
4-
version = "1.1.10"
4+
version = "1.1.11"
55
edition = "2021"
66
categories = ["gui"]
77
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.10"
1+
version = "1.1.11"
22

33
[format]
44
dedup = true

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fn migrate_config_file(
254254
pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box<dyn Error + 'static>> {
255255
// TODO: maybe we should dump the config from the default values of the struct?
256256
let default_config = r#"
257-
version = "1.1.10"
257+
version = "1.1.11"
258258
259259
# [format]
260260
# Deduplicate icons if enable.

0 commit comments

Comments
 (0)