Skip to content

Commit

Permalink
Prepare for version 2.10.0.1
Browse files Browse the repository at this point in the history
- Adds a new constant to obtain the lightbox2 version
  • Loading branch information
mschnitzer committed Mar 11, 2019
1 parent 227d87a commit 17e0e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/lightbox2/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Lightbox2
module Rails
VERSION = '2.10.0'
VERSION = '2.10.0.1'
LIGHTBOX2_VERSION = '2.10.0'
end
end
2 changes: 1 addition & 1 deletion lightbox2.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'lightbox2'
s.version = '2.10.0'
s.version = '2.10.0.1'
s.date = '2019-03-11'
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 17e0e48

Please sign in to comment.