Skip to content

Commit 1e70d2e

Browse files
committed
version bump to v0.2.0
1 parent faf717f commit 1e70d2e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their
99
choosing, and allow early adopters to start using the beta releases.
1010

11-
It should also make it easier for non-Rails Ruby projects to use tailwindcss (e.g., Jekyll and other web frameworks).
11+
It should also make it easier for non-Rails Ruby projects to use tailwindcss (e.g., Jekyll and
12+
other web frameworks).

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (0.1.0)
4+
tailwindcss-ruby (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/tailwindcss/ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "0.1.0"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)