Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 9, 2024
1 parent c15bae2 commit d79c8d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This library is still very new and API may change.

Add the following dependency to your deps.edn file:

org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.0-SNAPSHOT"}
org.duct-framework/compiler.cljs.shadow {:mvn/version "0.1.0"}

Or to your Leiningen project file:

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

## Usage

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject org.duct-framework/compiler.cljs.shadow "0.1.0-SNAPSHOT"
:description "FIXME: write description"
(defproject org.duct-framework/compiler.cljs.shadow "0.1.0"
:description "Integrant methods for running Shadow CLJS"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit d79c8d0

Please sign in to comment.