Skip to content

Commit 54b57b6

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.1.5
1 parent c7f8f85 commit 54b57b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
jsbundling-rails (0.1.4)
5-
rails (>= 6.0.0)
4+
jsbundling-rails (0.1.5)
5+
railties (>= 6.0.0)
6+
sprockets-rails (>= 2.0.0)
67

78
GEM
89
remote: https://rubygems.org/

lib/jsbundling/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jsbundling
2-
VERSION = "0.1.4"
2+
VERSION = "0.1.5"
33
end

0 commit comments

Comments
 (0)