Skip to content

Commit d79c8d0

Browse files
committed
Release 0.1.0
1 parent c15bae2 commit d79c8d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

1818
Or to your Leiningen project file:
1919

20-
[org.duct-framework/compiler.cljs.shadow "0.1.0-SNAPSHOT"]
20+
[org.duct-framework/compiler.cljs.shadow "0.1.0"]
2121

2222
## Usage
2323

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(defproject org.duct-framework/compiler.cljs.shadow "0.1.0-SNAPSHOT"
2-
:description "FIXME: write description"
1+
(defproject org.duct-framework/compiler.cljs.shadow "0.1.0"
2+
:description "Integrant methods for running Shadow CLJS"
33
:url "http://example.com/FIXME"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)