Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 21, 2015
1 parent cbba190 commit dd982ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Eftest is a fast and pretty Clojure test runner.

To install, add the following to your project `:dependencies`:

[eftest "0.1.0-SNAPSHOT"]
[eftest "0.1.0"]

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject eftest "0.1.0-SNAPSHOT"
(defproject eftest "0.1.0"
:description "A fast and pretty test runner"
:url "https://github.com/weavejester/eftest"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit dd982ef

Please sign in to comment.