Skip to content

Commit 2a77d8d

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.5.0
1 parent b9bf2ae commit 2a77d8d

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.4.3)
4+
tailwindcss-rails (0.5.0)
55
rails (>= 6.0.0)
66

77
GEM
@@ -85,13 +85,13 @@ GEM
8585
nokogiri (>= 1.5.9)
8686
mail (2.7.1)
8787
mini_mime (>= 0.1.1)
88-
marcel (1.0.1)
88+
marcel (1.0.2)
8989
method_source (1.0.0)
9090
mini_mime (1.1.1)
9191
mini_portile2 (2.6.1)
9292
minitest (5.14.4)
9393
nio4r (2.5.8)
94-
nokogiri (1.12.3)
94+
nokogiri (1.12.5)
9595
mini_portile2 (~> 2.6.1)
9696
racc (~> 1.4)
9797
racc (1.5.2)
@@ -152,4 +152,4 @@ DEPENDENCIES
152152
tailwindcss-rails!
153153

154154
BUNDLED WITH
155-
2.2.25
155+
2.2.28

lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)