Skip to content

Commit 1c54413

Browse files
author
David Heinemeier Hansson
committed
Bump version for 1.1.0
1 parent 30ffa7c commit 1c54413

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsbundling-rails (1.0.3)
4+
jsbundling-rails (1.1.0)
55
railties (>= 6.0.0)
66

77
GEM
@@ -169,6 +169,7 @@ GEM
169169
PLATFORMS
170170
arm64-darwin-20
171171
arm64-darwin-21
172+
arm64-darwin-22
172173
x86_64-darwin-20
173174
x86_64-darwin-21
174175
x86_64-linux

lib/jsbundling/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jsbundling
2-
VERSION = "1.0.4"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)