Skip to content

Commit

Permalink
Update LIGHTBOX2_VERSION and VERSION constants
Browse files Browse the repository at this point in the history
The values were not updated for the last release.
  • Loading branch information
Manuel Schnitzer committed Jul 15, 2019
1 parent b4c1b21 commit 0ea076c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/lightbox2/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Lightbox2
module Rails
VERSION = '2.11.0'
LIGHTBOX2_VERSION = '2.11.0'
VERSION = '2.11.1.1'
LIGHTBOX2_VERSION = '2.11.1'
end
end
4 changes: 3 additions & 1 deletion lightbox2.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require_relative 'lib/lightbox2/rails/version'

Gem::Specification.new do |s|
s.name = 'lightbox2'
s.version = '2.11.1'
s.version = Lightbox2::Rails::VERSION
s.date = '2019-07-15'
s.summary = 'lightbox2 for Ruby on Rails'
s.description = "This gem for Ruby on Rails provides the lightbox2 library to Rails's asset pipeline."
Expand Down

0 comments on commit 0ea076c

Please sign in to comment.