From d6b6ae963dd088f2ffc4e3f8e6bf480c44cbe512 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 24 Aug 2020 14:46:37 +0900 Subject: [PATCH] v0.2.2 --- lib/uplot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uplot/version.rb b/lib/uplot/version.rb index 1ae3eba..e5bc4d6 100644 --- a/lib/uplot/version.rb +++ b/lib/uplot/version.rb @@ -1,3 +1,3 @@ module Uplot - VERSION = '0.2.1'.freeze + VERSION = '0.2.2'.freeze end