From e0914beec8ac1497fa09c99b6898c534cb72efa5 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 16 Aug 2020 16:08:37 +0900 Subject: [PATCH] v0.2.1 --- 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 5ac7f14..1ae3eba 100644 --- a/lib/uplot/version.rb +++ b/lib/uplot/version.rb @@ -1,3 +1,3 @@ module Uplot - VERSION = '0.2.0'.freeze + VERSION = '0.2.1'.freeze end