Skip to content

Commit e76ba0d

Browse files
committed
Update README for new version.
1 parent 0e64396 commit e76ba0d

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
@@ -6,22 +6,22 @@ Produce and consume JMX beans from Clojure.
66
Releases and Dependency Information
77
========================================
88

9-
Latest stable release: 0.3.3
9+
Latest stable release: 0.3.4
1010

1111
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.jmx%22)
1212

1313
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Ejava.jmx%7E%7E%7E)
1414

1515
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
1616

17-
[org.clojure/java.jmx "0.3.3"]
17+
[org.clojure/java.jmx "0.3.4"]
1818

1919
[Maven](http://maven.apache.org/) dependency information:
2020

2121
<dependency>
2222
<groupId>org.clojure</groupId>
2323
<artifactId>java.jmx</artifactId>
24-
<version>0.3.3</version>
24+
<version>0.3.4</version>
2525
</dependency>
2626

2727
Usage

0 commit comments

Comments
 (0)