From 7651bc0132733d8f0d2727675ec4f57ebccaf850 Mon Sep 17 00:00:00 2001 From: Harshal LADHE Date: Mon, 15 May 2023 13:26:02 +0530 Subject: [PATCH] Bump version to `0.2.2` --- Gemfile.lock | 2 +- lib/rails_bootstrap_form/version.rb | 2 +- spec/rails_bootstrap_form_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0174178..6cc69fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails_bootstrap_form (0.2.1) + rails_bootstrap_form (0.2.2) GEM remote: http://rubygems.org/ diff --git a/lib/rails_bootstrap_form/version.rb b/lib/rails_bootstrap_form/version.rb index a4b2f6b..3e9206b 100644 --- a/lib/rails_bootstrap_form/version.rb +++ b/lib/rails_bootstrap_form/version.rb @@ -3,6 +3,6 @@ # -*- warn_indent: true -*- module RailsBootstrapForm - VERSION = "0.2.1".freeze + VERSION = "0.2.2".freeze REQUIRED_RAILS_VERSION = "~> 7.0".freeze end diff --git a/spec/rails_bootstrap_form_spec.rb b/spec/rails_bootstrap_form_spec.rb index 10e7444..e27a6b3 100644 --- a/spec/rails_bootstrap_form_spec.rb +++ b/spec/rails_bootstrap_form_spec.rb @@ -6,7 +6,7 @@ RSpec.describe RailsBootstrapForm do it "has a valid version number" do - expect(RailsBootstrapForm::VERSION).to eq("0.2.1") + expect(RailsBootstrapForm::VERSION).to eq("0.2.2") end it "has a valid rails version number" do