From 6ba0457ab303ec4fbbd946541ea1e4bbcb64ece7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Som=C4=93=20Cho?= Date: Wed, 19 Jul 2023 10:07:42 +0200 Subject: [PATCH] 0.4.34 - documentation and scripts --- build.clj | 2 +- src/depo/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.clj b/build.clj index fda01d2..f23d3bc 100644 --- a/build.clj +++ b/build.clj @@ -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") diff --git a/src/depo/core.clj b/src/depo/core.clj index 7151f16..7cce777 100644 --- a/src/depo/core.clj +++ b/src/depo/core.clj @@ -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"