Skip to content

Commit dab86a2

Browse files
author
Stuart Sierra
committed
Update README for 0.2.2 release
1 parent 6e2566b commit dab86a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ Examine the Java classpath from Clojure programs.
55

66
## Releases and Dependency Information
77

8-
Latest stable release is [0.2.1]
8+
Latest stable release is [0.2.2]
99

1010
[Leiningen] dependency information:
1111

12-
[org.clojure/java.classpath "0.2.1"]
12+
[org.clojure/java.classpath "0.2.2"]
1313

1414
[Maven] dependency information:
1515

1616
<dependency>
1717
<groupId>org.clojure</groupId>
1818
<artifactId>java.classpath</artifactId>
19-
<version>0.2.1</version>
19+
<version>0.2.2</version>
2020
</dependency>
2121

2222
[Gradle] dependency information:
2323

24-
compile "org.clojure:java.classpath:0.2.1"
24+
compile "org.clojure:java.classpath:0.2.2"
2525

2626
[Leiningen]: http://leiningen.org/
2727
[Maven]: http://maven.apache.org/
@@ -72,7 +72,8 @@ details.
7272

7373
## Change Log
7474

75-
* Development version 0.2.2-SNAPSHOT, current Git `master` branch
75+
* Development version 0.2.3-SNAPSHOT, current Git `master` branch
76+
* Release [0.2.2] on 2014-Jan-10
7677
* Enhancement [CLASSPATH-5]: extensible protocol to other classloaders
7778
* Release [0.2.1] on 2013-Jan-18
7879
* Fix [CLASSPATH-4]: Use io/as-file instead of treating URL as file path

0 commit comments

Comments
 (0)