From 7516dd224c9ad93d583a59f53831f0ce3d81c98b Mon Sep 17 00:00:00 2001 From: j0suetm Date: Tue, 22 Oct 2024 17:57:56 -0300 Subject: [PATCH] chore: bump v0.1.3 --- dev/com/moclojer/tools/build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/com/moclojer/tools/build.clj b/dev/com/moclojer/tools/build.clj index 2dd426f..feda8cc 100644 --- a/dev/com/moclojer/tools/build.clj +++ b/dev/com/moclojer/tools/build.clj @@ -4,7 +4,7 @@ [clojure.string :as string] [clojure.tools.build.api :as b])) -(def version "0.1.2") +(def version "0.1.3") (def class-dir "target/classes") (def jar-file "target/com.moclojer.components.jar")