Skip to content

Commit 59d248e

Browse files
committedJan 10, 2025·
Release 0.1.1
1 parent cbdccac commit 59d248e

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.0"}
16+
org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.1"}
1717

1818
Or to your Leiningen project file:
1919

20-
[org.duct-framework/compiler.cljs.shadow "0.1.0"]
20+
[org.duct-framework/compiler.cljs.shadow "0.1.1"]
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.0"
1+
(defproject org.duct-framework/compiler.cljs.shadow "0.1.1"
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)
Please sign in to comment.