Skip to content

Commit

Permalink
1.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 9, 2012
1 parent ef441a4 commit 12602ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Changes between Neocons 1.0.0-beta3 and 1.0.0-rc1
## Changes between Neocons 1.0.0-beta4 and 1.0.0-rc1

No changes yet.


## Changes between Neocons 1.0.0-beta3 and 1.0.0-beta4

### More robust relationships/create

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ together with documentation guides and dedicated website.

With Leiningen:

[clojurewerkz/neocons "1.0.0-beta3"]
[clojurewerkz/neocons "1.0.0-beta4"]

With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>neocons</artifactId>
<version>1.0.0-beta3</version>
<version>1.0.0-beta4</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.0-SNAPSHOT"
(defproject clojurewerkz/neocons "1.0.0-beta4"
:description "Neocons is a young 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 12602ee

Please sign in to comment.