Skip to content

Commit

Permalink
version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scgilardi committed Feb 25, 2012
1 parent 8de7409 commit d1bb9db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -48,7 +48,7 @@
- fix slingshot version in examples to match release
- remove reflection warnings from tests and turn on checking in
project.clj [resolves issue 18]
* version next
* version 0.10.2
- accept a simple string as a message for throw+ (issue 19)
- for catch, only interpret a form as a selector if it contains a %
symbol, allows function literals for predicates (issue 20
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ Usage

project.clj

[slingshot "0.10.1"]
[slingshot "0.10.2"]

tensor/parse.clj

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject slingshot "0.10.2-SNAPSHOT"
(defproject slingshot "0.10.2"
:description "Enhanced throw, try, leveraging Clojure's capabilities"
:dependencies [[org.clojure/clojure "1.2.1"]]
:java-source-path "java/src"
Expand Down

0 comments on commit d1bb9db

Please sign in to comment.