Skip to content

Commit

Permalink
Bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pnikrat committed Dec 23, 2021
1 parent 7ca3e49 commit b756775
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lit (1.1.4)
lit (1.1.5)
coffee-rails
emoji_flag
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lit (1.1.4)
lit (1.1.5)
coffee-rails
emoji_flag
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lit (1.1.4)
lit (1.1.5)
coffee-rails
emoji_flag
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/lit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def version
module Version
MAJOR = 1
MINOR = 1
TINY = 4
TINY = 5

STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
Expand Down

0 comments on commit b756775

Please sign in to comment.