Skip to content

Commit

Permalink
Bump latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed Jan 7, 2022
1 parent 48a2f13 commit d8be5ce
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 d8be5ce

Please sign in to comment.