From 7a3d70b1ea734c3ef1a44f139810b89993c42024 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Sun, 9 May 2021 20:20:54 -0400 Subject: [PATCH] docs: update maven coord Updates the maven coordinate to point to 0.2.0 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 699662c..90728c3 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ shadow's own `deps` or in your `deps.edn` file). ```clj {com.teknql/shadow-cljs-tailwind-jit - {:mvn/version "0.1.0"}} + {:mvn/version "0.2.0"}} ``` Next, add the required build hooks to your `shadow-cljs.edn` build configuration: