Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pleasetrythisathome committed Jul 21, 2015
1 parent 8e0b1a5 commit c7b3714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Generally, the term "bardo" represents the inbetween state between life and deat
Bardo is available in [clojars](https://clojars.org/bardo). Add this to your ```:dependencies``` vector.

```clj
[bardo "0.1.1-SNAPSHOT"]
[bardo "0.1.2-SNAPSHOT"]
```

```clj
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'[clojure.tools.namespace.repl :refer [set-refresh-dirs]])


(def +version+ "0.1.1-SNAPSHOT")
(def +version+ "0.1.2-SNAPSHOT")
(bootlaces! +version+)

(task-options!
Expand Down

0 comments on commit c7b3714

Please # to comment.