From 643388ccc360003cb0987d0b11157a596474bbc1 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Sat, 19 Aug 2023 16:57:02 +0900 Subject: [PATCH] v0.8.0 --- lib/fusuma/plugin/keypress/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fusuma/plugin/keypress/version.rb b/lib/fusuma/plugin/keypress/version.rb index 23e2ec8..778ea7d 100644 --- a/lib/fusuma/plugin/keypress/version.rb +++ b/lib/fusuma/plugin/keypress/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Keypress - VERSION = "0.7.0" + VERSION = "0.8.0" end end end