Skip to content

Commit b2fe574

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.1.3
1 parent 76a5fa3 commit b2fe574

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

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

77
GEM
@@ -73,7 +73,7 @@ GEM
7373
erubi (1.10.0)
7474
globalid (0.4.2)
7575
activesupport (>= 4.2.0)
76-
i18n (1.8.7)
76+
i18n (1.8.8)
7777
concurrent-ruby (~> 1.0)
7878
loofah (2.9.0)
7979
crass (~> 1.0.2)
@@ -87,7 +87,7 @@ GEM
8787
mini_mime (1.0.2)
8888
mini_portile2 (2.5.0)
8989
minitest (5.14.3)
90-
nio4r (2.5.4)
90+
nio4r (2.5.5)
9191
nokogiri (1.11.1)
9292
mini_portile2 (~> 2.5.0)
9393
racc (~> 1.4)

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

0 commit comments

Comments
 (0)