Skip to content

Commit

Permalink
Switching from snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zmaril committed Jan 16, 2013
1 parent 0fd595c commit b02f415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions changes.md
@@ -1,6 +1,8 @@
Changes
* Dec 17th, 2012 - Bumped project number to 0.2.6-SNAPSHOT. Titan to 0.2-SNAPSHOT. No
API changes. Watch out for a change in how Titan stores id's.
* Jan 15, 2013 - Bumped project number to 0.2.6. Titan to 0.2.
* Dec 17th, 2012 - Bumped project number to 0.2.6-SNAPSHOT. Titan to
0.2-SNAPSHOT. No API changes. Watch out for a change in how Titan
stores id's.
* Dec 15th, 2012 - Bumped project number to 0.2.5. Added in support
for storing common clojure data structures. Take a look at kyro.clj
for more information as well as the corresponding tests.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject hermes "0.2.6-SNAPSHOT"
(defproject hermes "0.2.6"
:description "Embedded Titan Graph"
:url "https://github.com/gameclosure/hermes"
:license {:name "Eclipse Public License"
Expand All @@ -10,6 +10,6 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[com.tinkerpop.blueprints/blueprints-core "2.2.0"]
[com.tinkerpop.gremlin/gremlin-java "2.2.0"]
[com.thinkaurelius.titan/titan "0.2.0-SNAPSHOT"]]
[com.thinkaurelius.titan/titan "0.2.0"]]
:profiles {:dev {:plugins [[lein-kibit "0.0.7"]]}})

0 comments on commit b02f415

Please sign in to comment.