From 7311f119843f9188303adeefc27e12271a7ce8bd Mon Sep 17 00:00:00 2001 From: kaspazza Date: Thu, 1 Feb 2024 15:48:40 +0100 Subject: [PATCH] Small touches --- bb.edn | 2 +- deps.edn | 4 ++-- pom.xml | 2 +- version.edn | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bb.edn b/bb.edn index d34ece04..517c1cd3 100644 --- a/bb.edn +++ b/bb.edn @@ -1,5 +1,5 @@ ;; The file is updated automatically -{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.104-la"}} +{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.106-la"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index ef839e50..e7e8a9f0 100644 --- a/deps.edn +++ b/deps.edn @@ -1,8 +1,8 @@ {:aliases {:bb-deps {:extra-deps #:org.clojars.hephaistox{automaton-build - #:mvn{:version "0.0.104-la"}}} + #:mvn{:version "0.0.106-la"}}} :build {:extra-deps #:org.clojars.hephaistox{automaton-build - #:mvn{:version "0.0.104-la"}}} + #:mvn{:version "0.0.106-la"}}} :cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"} cider/cider-nrepl #:mvn{:version "0.30.0"} thheller/shadow-cljs #:mvn{:version "2.26.2"}} diff --git a/pom.xml b/pom.xml index 22ff68c7..87019435 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-core - 0.0.72-la + 0.0.73-la automaton-core diff --git a/version.edn b/version.edn index 53c2240a..d3039bf8 100644 --- a/version.edn +++ b/version.edn @@ -1,4 +1,4 @@ ;; Last generated version, note a failed push consume a number {:major-version "0.0.-1-la" - :minor-version 72 - :version "0.0.72-la"} \ No newline at end of file + :minor-version 73 + :version "0.0.73-la"} \ No newline at end of file