Skip to content

Commit 8335378

Browse files
author
David Heinemeier Hansson
committed
Bump version for 1.1.2
1 parent 8fb33af commit 8335378

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cssbundling-rails (1.1.1)
4+
cssbundling-rails (1.1.2)
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/cssbundling/version.rb

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

0 commit comments

Comments
 (0)