diff --git a/Cargo.lock b/Cargo.lock index bac79d24..2e63e453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4429,7 +4429,7 @@ dependencies = [ [[package]] name = "seelen-ui" -version = "2.0.11" +version = "2.0.12" dependencies = [ "arc-swap", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 3c3c8c82..f1b0e2b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["profile-rustflags"] [package] name = "seelen-ui" -version = "2.0.11" +version = "2.0.12" description = "Seelen UI Background" authors = ["eythaann"] license = "Polyform Strict License" diff --git a/changelog.md b/changelog.md index 9086622a..7e426aac 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelog -## [Unreleased] +## [Unreleased] +## [2.0.12] ### features - add new setting on dock and toolbar to maintain overlap state by monitor. - add service to restart the seelen-ui app on crash. diff --git a/package-lock.json b/package-lock.json index 5e9c4d6c..e46bf2b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "seelen-ui", - "version": "2.0.11", + "version": "2.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "seelen-ui", - "version": "2.0.11", + "version": "2.0.12", "hasInstallScript": true, "license": "Polyform Strict License", "dependencies": { diff --git a/package.json b/package.json index cfa2673e..c0271c1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "seelen-ui", "productName": "seelen-ui", - "version": "2.0.11", + "version": "2.0.12", "description": "Seelen UI Project", "scripts": { "tauri": "tauri",