Skip to content

Commit

Permalink
Merge pull request #19 from mveytsman/patch-1
Browse files Browse the repository at this point in the history
Bump tailwind to 3.0.12
  • Loading branch information
chrismccord committed Jan 7, 2022
2 parents 48a2f13 + d8be5ce commit 6bfe67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
@@ -1,7 +1,7 @@
import Config

config :tailwind,
version: "3.0.10",
version: "3.0.12",
another: [
args: ["--help"]
]
2 changes: 1 addition & 1 deletion lib/tailwind.ex
@@ -1,6 +1,6 @@
defmodule Tailwind do
# https://github.com/tailwindlabs/tailwindcss/releases
@latest_version "3.0.10"
@latest_version "3.0.12"

@moduledoc """
Tailwind is an installer and runner for [tailwind](https://tailwind.github.io).
Expand Down

0 comments on commit 6bfe67f

Please sign in to comment.