Skip to content

Commit b1897ff

Browse files
author
David Heinemeier Hansson
committed
Bump version for 1.0.0
1 parent a6a05aa commit b1897ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: Gemfile.lock

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

77
GEM
@@ -170,6 +170,7 @@ PLATFORMS
170170
arm64-darwin-20
171171
arm64-darwin-21
172172
x86_64-darwin-20
173+
x86_64-darwin-21
173174
x86_64-linux
174175

175176
DEPENDENCIES
@@ -185,4 +186,4 @@ DEPENDENCIES
185186
webdrivers
186187

187188
BUNDLED WITH
188-
2.2.30
189+
2.2.33

Diff for: lib/cssbundling/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cssbundling
2-
VERSION = "0.2.8"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)