Skip to content

Commit ac78b51

Browse files
committed
Release 0.1.2
1 parent ba489d7 commit ac78b51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This library is still very new and API may change.
1313

1414
Add the following dependency to your deps.edn file:
1515

16-
org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.1"}
16+
org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.2"}
1717

1818
Or to your Leiningen project file:
1919

20-
[org.duct-framework/compiler.cljs.shadow "0.1.1"]
20+
[org.duct-framework/compiler.cljs.shadow "0.1.2"]
2121

2222
## Usage
2323

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.duct-framework/compiler.cljs.shadow "0.1.1"
1+
(defproject org.duct-framework/compiler.cljs.shadow "0.1.2"
22
:description "Integrant methods for running Shadow CLJS"
33
:url "http://example.com/FIXME"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)