Skip to content

Commit

Permalink
Version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
igrishaev committed Aug 4, 2020
1 parent d370c6c commit da1b5f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject etaoin "0.3.8-SNAPSHOT"
(defproject etaoin "0.3.8"

:description "Pure Clojure Webdriver protocol implementation."

Expand All @@ -9,8 +9,8 @@

:deploy-repositories {"releases" {:url "https://repo.clojars.org" :creds :gpg}}

:release-tasks [["vcs" "assert-committed"]
["shell" "make" "docker-test"]
:release-tasks [

["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag" "--no-sign"]
Expand Down

0 comments on commit da1b5f5

Please sign in to comment.