Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 14, 2012
1 parent 13643f5 commit 034dd97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changes between Neocons 1.0.1 and 1.0.2

No changes yet.
### Index Lookups w/o Results No Longer Throw Exceptions

Index lookups that return no results no longer fails. A contribution
by Zack Maril.


## Changes between Neocons 1.0.0 and 1.0.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ definition to your `pom.xml`:

With Leiningen:

[clojurewerkz/neocons "1.0.1"]
[clojurewerkz/neocons "1.0.2"]

With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>neocons</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurewerkz/neocons "1.0.2-SNAPSHOT"
(defproject clojurewerkz/neocons "1.0.2"
:description "Neocons is a feature rich idiomatic Clojure client for the Neo4J REST API"
:license {:name "Eclipse Public License"}
:min-lein-version "2.0.0"
Expand Down

0 comments on commit 034dd97

Please sign in to comment.