From 04ce4d7f83c3ccb5a94057fb28f724b005beeb40 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 10 Jul 2023 13:47:05 +0100 Subject: [PATCH] Upversioning whole system to 0.2.0, for flow feature --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index daa3555..7c70c7e 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject mw-ui "0.1.6-SNAPSHOT" +(defproject mw-ui "0.2.0-SNAPSHOT" :description "Web-based user interface for MicroWorld" :dependencies [[org.clojure/clojure "1.11.1"] [clj-time "0.15.2"] ;; this is a hack. Something in libnoir requires ;; JodaTime, but doesn't request it. clj-time does. - [mw-engine "0.1.6-SNAPSHOT"] - [mw-parser "0.1.6-SNAPSHOT"] + [mw-engine "0.2.0-SNAPSHOT"] + [mw-parser "0.2.0-SNAPSHOT"] [lib-noir "0.9.9"] [ring-server "0.5.0"] [selmer "1.12.59"]