diff --git a/CHANGELOG.md b/CHANGELOG.md index 2728969..dab2058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # tailwindcss-ruby changelog +## v4.0.13 + +* Update to [Tailwind CSS v4.0.13](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.13) @rickbenavidez + ## v4.0.12 * Update to [Tailwind CSS v4.0.12](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.12) @flavorjones diff --git a/Gemfile.lock b/Gemfile.lock index 8dee885..a81a30c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-ruby (4.0.12) + tailwindcss-ruby (4.0.13) GEM remote: https://rubygems.org/ diff --git a/lib/tailwindcss/ruby/upstream.rb b/lib/tailwindcss/ruby/upstream.rb index ec0a5ac..dbc341a 100644 --- a/lib/tailwindcss/ruby/upstream.rb +++ b/lib/tailwindcss/ruby/upstream.rb @@ -1,7 +1,7 @@ module Tailwindcss module Ruby module Upstream - VERSION = "v4.0.12" + VERSION = "v4.0.13" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = { diff --git a/lib/tailwindcss/ruby/version.rb b/lib/tailwindcss/ruby/version.rb index 9a1c65b..d7d81bd 100644 --- a/lib/tailwindcss/ruby/version.rb +++ b/lib/tailwindcss/ruby/version.rb @@ -2,6 +2,6 @@ module Tailwindcss module Ruby - VERSION = "4.0.12" + VERSION = "4.0.13" end end