From 37c7068c1029fc399bb533b253f359927eb3e050 Mon Sep 17 00:00:00 2001 From: Gustavo Ribeiro Date: Sat, 27 Jan 2024 13:19:39 -0300 Subject: [PATCH] Release version 1.0.0 --- Gemfile.lock | 2 +- lib/text_chart/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d9c6bc..4fea4ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - text_chart (0.1.0) + text_chart (1.0.0) GEM remote: https://rubygems.org/ diff --git a/lib/text_chart/version.rb b/lib/text_chart/version.rb index 69f71fb..f8d5791 100644 --- a/lib/text_chart/version.rb +++ b/lib/text_chart/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class TextChart - VERSION = "0.1.0" + VERSION = "1.0.0" end