Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1897ff

Browse files
author
David Heinemeier Hansson
committedDec 14, 2021
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
 

‎Gemfile.lock

Lines changed: 3 additions & 2 deletions
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

‎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 = "0.2.8"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.