From 9b62d31cd99036dac17449cecdc360fabc5ed29d Mon Sep 17 00:00:00 2001 From: Volmer Date: Thu, 20 Oct 2016 20:24:12 -0400 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/bootsy/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7cd7bc..9d82bed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Bootsy Changelog -## master +## 2.3.1 * Bootsy now supports Turbolinks 5 and up. diff --git a/Gemfile.lock b/Gemfile.lock index 958190ea..c7cacde9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.3.0) + bootsy (2.3.1) carrierwave (~> 0.11) mini_magick (~> 4.5) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index 15390ef1..217e7c68 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,4 +1,4 @@ # Public: The gem version module Bootsy - VERSION = '2.3.0'.freeze + VERSION = '2.3.1'.freeze end