Skip to content

Commit

Permalink
bump 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 13, 2017
1 parent fb7a7e3 commit ab8ee69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Demo http://repo.cirru.org/respo-cirru-editor/
[![Clojars Project](https://img.shields.io/clojars/v/cirru/editor.svg)](https://clojars.org/cirru/editor)

```clojure
[cirru/editor "0.2.4"]
[cirru/editor "0.2.5"]
```

Import `comp-editor` like this:
Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

(set-env!
:resource-paths #{"src"}
:dependencies '[[mvc-works/hsl "0.1.2"]]
:dependencies '[[mvc-works/hsl "0.1.2"]]
:repositories #(conj % ["clojars" {:url "https://clojars.org/repo/"
:username "jiyinyiyong"
:password (read-password "Clojars password: ")}]))

(def +version+ "0.2.4")
(def +version+ "0.2.5")

(deftask deploy []
(comp
Expand Down

0 comments on commit ab8ee69

Please sign in to comment.