Skip to content

Commit 160c5b4

Browse files
committed
update for release
1 parent e022297 commit 160c5b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Tools for writing macros.
88
Releases and Dependency Information
99
========================================
1010

11-
Latest stable release: 0.1.5
11+
Latest stable release: 0.2.0
1212

1313
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.macro%22)
1414

1515
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.macro~~~)
1616

1717
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
1818
```clojure
19-
org.clojure/tools.macro {:mvn/version "0.1.5"}
19+
org.clojure/tools.macro {:mvn/version "0.2.0"}
2020
```
2121

2222
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2323

24-
[org.clojure/tools.macro "0.1.5"]
24+
[org.clojure/tools.macro "0.2.0"]
2525

2626
[Maven](https://maven.apache.org/) dependency information:
2727

0 commit comments

Comments
 (0)