From ed76789c09e1ae135eff7a201b0882986d7ef7b3 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Sun, 3 Sep 2023 23:52:25 +0900 Subject: [PATCH] v1.3.1 --- lib/fusuma/plugin/wmctrl/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fusuma/plugin/wmctrl/version.rb b/lib/fusuma/plugin/wmctrl/version.rb index 771b1cf..b283f90 100644 --- a/lib/fusuma/plugin/wmctrl/version.rb +++ b/lib/fusuma/plugin/wmctrl/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Wmctrl - VERSION = "1.3.0" + VERSION = "1.3.1" end end end