From c20fb5d82e2c7314c09627abba3d3a2b9b3adace Mon Sep 17 00:00:00 2001 From: Cirdes Henrique Date: Fri, 22 Nov 2024 10:27:26 -0300 Subject: [PATCH 1/2] Releasing version 1.0.0.beta1 --- lib/ruby_ui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_ui.rb b/lib/ruby_ui.rb index 8b278664..bebbe7b7 100644 --- a/lib/ruby_ui.rb +++ b/lib/ruby_ui.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyUI - VERSION = "1.0.0-alpha.4" + VERSION = "1.0.0.beta1" end From c8d24c221ddc313b615d0ed3aaa5388c6f9f87d4 Mon Sep 17 00:00:00 2001 From: Cirdes Henrique Date: Fri, 22 Nov 2024 10:29:26 -0300 Subject: [PATCH 2/2] fix bundler --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 376784ab..0c0822af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_ui (1.0.0.pre.alpha.4) + ruby_ui (1.0.0.beta1) GEM remote: https://rubygems.org/