Skip to content

Commit e973971

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.4.0
1 parent 68f54e4 commit e973971

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (0.3.3)
4+
tailwindcss-rails (0.4.0)
55
rails (>= 6.0.0)
66

77
GEM
@@ -75,7 +75,7 @@ GEM
7575
activesupport (>= 5.0)
7676
i18n (1.8.10)
7777
concurrent-ruby (~> 1.0)
78-
loofah (2.11.0)
78+
loofah (2.12.0)
7979
crass (~> 1.0.2)
8080
nokogiri (>= 1.5.9)
8181
mail (2.7.1)
@@ -86,7 +86,7 @@ GEM
8686
mini_portile2 (2.6.1)
8787
minitest (5.14.4)
8888
nio4r (2.5.8)
89-
nokogiri (1.12.2)
89+
nokogiri (1.12.3)
9090
mini_portile2 (~> 2.6.1)
9191
racc (~> 1.4)
9292
racc (1.5.2)
@@ -145,4 +145,4 @@ DEPENDENCIES
145145
tailwindcss-rails!
146146

147147
BUNDLED WITH
148-
2.2.3
148+
2.2.25

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "0.3.3"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)