Skip to content

Commit

Permalink
0.4.34 - documentation and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
somecho committed Jul 19, 2023
1 parent 4d25c3e commit 6ba0457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'org.clojars.some/depo)
(def version "0.4.33")
(def version "0.4.34")
(def jar-file (format "target/%s-%s.jar" (name lib) version))
(def class-dir "target/classes")
(def url "https://github.com/somecho/depo")
Expand Down
2 changes: 1 addition & 1 deletion src/depo/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(def CONFIGURATION
{:command "depo"
:description "Manage dependencies for Clojure projects easily"
:version "0.4.33"
:version "0.4.34"
:opts [{:as "path to configuration file"
:default nil
:option "file"
Expand Down

0 comments on commit 6ba0457

Please sign in to comment.