Skip to content

Commit c1d1cb9

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.1.3
1 parent f386a16 commit c1d1cb9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (0.1.2)
4+
tailwindcss-rails (0.1.3)
55
rails (>= 6.0.0)
66

77
GEM
@@ -68,14 +68,14 @@ GEM
6868
zeitwerk (~> 2.3)
6969
builder (3.2.4)
7070
byebug (11.1.3)
71-
concurrent-ruby (1.1.7)
71+
concurrent-ruby (1.1.8)
7272
crass (1.0.6)
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)
78-
loofah (2.8.0)
78+
loofah (2.9.0)
7979
crass (~> 1.0.2)
8080
nokogiri (>= 1.5.9)
8181
mail (2.7.1)
@@ -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)
@@ -130,7 +130,7 @@ GEM
130130
activesupport (>= 4.0)
131131
sprockets (>= 3.0.0)
132132
sqlite3 (1.4.2)
133-
thor (1.0.1)
133+
thor (1.1.0)
134134
tzinfo (2.0.4)
135135
concurrent-ruby (~> 1.0)
136136
websocket-driver (0.7.3)

lib/tailwindcss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "0.1.2"
2+
VERSION = "0.1.3"
33
end

0 commit comments

Comments
 (0)