From 3cc658d053c2bcef3e73ccb87b307f23570005c7 Mon Sep 17 00:00:00 2001 From: pbaille Date: Mon, 11 Nov 2024 15:00:19 +0100 Subject: [PATCH] 0.1.3 --- build.clj | 2 +- deps.edn | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.clj b/build.clj index 2f17201..9d98cc9 100644 --- a/build.clj +++ b/build.clj @@ -4,7 +4,7 @@ (def lib 'pbaille/noon) (def version-tic (b/git-count-revs nil)) -(def version "0.1.2") +(def version "0.1.3") (def class-dir "target/classes") (def jar-file (str "target/noon-" version ".jar")) ;; delay to defer side effects (artifact downloads) diff --git a/deps.edn b/deps.edn index f579d67..c2ab481 100644 --- a/deps.edn +++ b/deps.edn @@ -15,7 +15,7 @@ :deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}} :exec-fn deps-deploy.deps-deploy/deploy :exec-args {:installer :remote - :artifact "target/noon-0.1.2.jar"}} + :artifact "target/noon-0.1.3.jar"}} :test {:extra-paths ["test"] :extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}} diff --git a/pom.xml b/pom.xml index 3ca80e2..dd7e685 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.pbaille noon - 0.1.2 + 0.1.3 noon A Clojure library for algorithmic music composition https://github.com/pbaille/noon @@ -12,7 +12,7 @@ https://github.com/pbaille/noon scm:git:git://github.com/pbaille/noon.git scm:git:ssh://git@github.com/pbaille/noon.git - 0.1.2 + 0.1.3