From 40c55dec39755e917b4108caa7347356fb3be585 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Fri, 13 Dec 2024 16:48:35 -0800 Subject: [PATCH] chore(release): v0.1.31 --- README.md | 2 +- docs/komorebi.bar.example.json | 2 +- docs/komorebi.example.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bed15700..650b7fc6 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c Below is a simple example of how to use `komorebi-client` in a basic Rust application. ```rust -// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.30"} +// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.31"} use anyhow::Result; use komorebi_client::Notification; diff --git a/docs/komorebi.bar.example.json b/docs/komorebi.bar.example.json index 39a11479..b19c8485 100644 --- a/docs/komorebi.bar.example.json +++ b/docs/komorebi.bar.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.bar.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.bar.json", "monitor": { "index": 0, "work_area_offset": { diff --git a/docs/komorebi.example.json b/docs/komorebi.example.json index ec8ec476..d240f664 100644 --- a/docs/komorebi.example.json +++ b/docs/komorebi.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert",