Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
1.6.5 fix reading of strings with numbers in them.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisetheridge committed Jan 24, 2017
1 parent ea67abc commit f350619
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,8 +1,8 @@
(defproject com.rallydev/jarvis-core "1.6.4"
(defproject com.rallydev/jarvis-core "1.6.5"
:description "A robot for FlowDock"
:url "http://github.com/RallySoftware/jarvis-core"
:license {:name "The MIT License (MIT)"
:url "http://opensource.org/licenses/MIT"}
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.5.0"]
[com.rallydev/clj-flowdock "1.2.4"]
[org.clojure/java.classpath "0.2.3"]
Expand Down

0 comments on commit f350619

Please sign in to comment.