Skip to content

Commit

Permalink
Merge pull request #46 from emiln/version-1.5.1
Browse files Browse the repository at this point in the history
Version bump: 1.5.1
  • Loading branch information
emiln committed Oct 14, 2015
2 parents 9c215a7 + ea12031 commit c93309e
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 @@ -11,13 +11,13 @@

(require '[adzerk.bootlaces :refer :all])

(def +version+ "1.5.0")
(def +version+ "1.5.1")

(bootlaces! +version+)

(task-options!
pom {:project 'emiln/slacker
:version "1.5.0"
:version "1.5.1"
:description "An enthusiastically asynchronous Slack bot library."
:url "https://github.com/emiln/slacker"
:scm {:url "https://github.com/emiln/slacker"}})
Expand Down

0 comments on commit c93309e

Please sign in to comment.