Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthvedt committed May 25, 2013
1 parent 3d2cf8f commit 2e692a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Clearley

```
[clearley "0.3.0-SNAPSHOT"]
[clearley "0.3.0"]
```

Parsing for Earthlings.
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject clearley "0.3.0-SNAPSHOT"
(defproject clearley "0.3.0"
:description "Parsing for Earthlings."
:dependencies [[org.clojure/clojure "1.5.1"]
[eightnotrump/uncore "0.2.0-SNAPSHOT"]
[backtick "0.3.0-SNAPSHOT"]]
[eightnotrump/uncore "0.2.0"]
[backtick "0.3.0-20130220.225123-3"]]
:test-resource-paths ["test"]
:java-source-paths ["java"]
:aliases {"bench" ["with-profile" "dev,benchmark" "run"]
Expand Down

0 comments on commit 2e692a3

Please sign in to comment.