From 0906becf275a81f350151fb7b958cb5ffd44d15e Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 4 Aug 2020 21:37:45 +0900 Subject: [PATCH] v0.1.3 --- README.md | 2 +- lib/uplot/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1632863..170120d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Create ASCII charts on the terminal with data from standard streams in the pipel :bar_chart: Powered by [UnicodePlot](https://github.com/red-data-tools/unicode_plot.rb) -:construction: Under development +:construction: Under development! :construction: ## Installation diff --git a/lib/uplot/version.rb b/lib/uplot/version.rb index 753ae6c..45d990e 100644 --- a/lib/uplot/version.rb +++ b/lib/uplot/version.rb @@ -1,3 +1,3 @@ module Uplot - VERSION = '0.1.2'.freeze + VERSION = '0.1.3'.freeze end