From 5b047b8d7103043ca023ba87ce2153a91940d889 Mon Sep 17 00:00:00 2001 From: Hopsoft Date: Sat, 9 May 2020 10:35:35 -0600 Subject: [PATCH] Set version to 3.2.0 --- Gemfile.lock | 2 +- lib/stimulus_reflex/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1bac7e82..14a02688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stimulus_reflex (3.2.0.pre1) + stimulus_reflex (3.2.0) cable_ready (>= 4.1.2) nokogiri rack diff --git a/lib/stimulus_reflex/version.rb b/lib/stimulus_reflex/version.rb index 6416e516..ccf824a3 100644 --- a/lib/stimulus_reflex/version.rb +++ b/lib/stimulus_reflex/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StimulusReflex - VERSION = "3.2.0.pre1" + VERSION = "3.2.0" end