Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
floybix committed Jul 1, 2016
1 parent 863b68a commit 9a83dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject org.nfrac/comportex "0.0.14-SNAPSHOT"
(defproject org.nfrac/comportex "0.0.14"
:description "Functionally composable cortex, an implementation of Hierarchical Temporal Memory"
:url "http://github.com/htm-community/comportex/"
:license {:name "GNU Affero General Public Licence"
:url "http://www.gnu.org/licenses/agpl-3.0.en.html"}
:dependencies [[org.clojure/clojure "1.8.0-RC2"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.374"]
[org.clojure/data.int-map "0.2.1"]
[org.clojure/test.check "0.9.0"]
Expand Down

0 comments on commit 9a83dfe

Please sign in to comment.