Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Aug 21, 2024
1 parent fa4da0a commit e91dc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'[metosin.boot-alt-test :refer [alt-test]]
'[crisptrutski.boot-cljs-test :refer [test-cljs prep-cljs-tests run-cljs-tests]])

(def +version+ "0.2.1")
(def +version+ "0.2.2")

(task-options!
pom {:project 'metosin/clj-suomi
Expand Down Expand Up @@ -47,4 +47,4 @@
(deftask deploy []
(comp
(build)
(push :repo "clojars" :gpg-sign (not (.endsWith +version+ "-SNAPSHOT")))))
(push :repo "clojars" :gpg-sign false)))

0 comments on commit e91dc2c

Please sign in to comment.