Skip to content

Commit

Permalink
Advance version number to 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Apr 15, 2016
1 parent 7252e49 commit ef938dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.aviso/pretty "0.1.26"
(defproject io.aviso/pretty "0.1.27"
:description "Clojure library to help print things, prettily"
:url "https://github.com/AvisoNovate/pretty"
:license {:name "Apache Sofware License 2.0"
Expand All @@ -12,7 +12,6 @@
;; Part of release is currently manual; copy target/docs to the AvisoNovate/docs/pretty folder
:aliases {"release" ["do"
"clean,"
"codox,"
"deploy" "clojars"]}
:codox {:source-uri "https://github.com/AvisoNovate/pretty/blob/master/{filepath}#L{line}"
:metadata {:doc/format :markdown}})

0 comments on commit ef938dd

Please sign in to comment.