Skip to content

Commit 0ab9e3a

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.3.1
1 parent d3e9985 commit 0ab9e3a

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

77
GEM
@@ -68,7 +68,7 @@ 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)
@@ -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

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

0 commit comments

Comments
 (0)