Skip to content

Commit 8a5689a

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.4.3
1 parent aeae1a9 commit 8a5689a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

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

77
GEM
@@ -111,7 +111,7 @@ GEM
111111
rails-dom-testing (2.0.3)
112112
activesupport (>= 4.2.0)
113113
nokogiri (>= 1.6)
114-
rails-html-sanitizer (1.4.1)
114+
rails-html-sanitizer (1.4.2)
115115
loofah (~> 2.3)
116116
railties (6.1.4.1)
117117
actionpack (= 6.1.4.1)

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.2"
2+
VERSION = "0.4.3"
33
end

0 commit comments

Comments
 (0)