Skip to content

Commit

Permalink
chore: bump to 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Sep 19, 2023
1 parent 6419411 commit c571c0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.10"
version = "1.1.11"

[format]
dedup = true
Expand Down
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fn migrate_config_file(
pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box<dyn Error + 'static>> {
// 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.
Expand Down

0 comments on commit c571c0f

Please sign in to comment.