This commit is contained in:
kojix2 2020-08-04 21:37:45 +09:00
parent cd4f7281ef
commit 0906becf27
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module Uplot
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end