From 3e378df556c4adfcb58e7a3915e155459f91221f Mon Sep 17 00:00:00 2001 From: janos erdos Date: Fri, 3 Nov 2023 16:58:55 +0100 Subject: [PATCH] chore: start work on v0.5.5 --- project.clj | 2 +- service/project.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index a5b48b59..0c1f4924 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.erdos/stencil-core "0.5.4" +(defproject io.github.erdos/stencil-core "0.5.5-SNAPSHOT" :url "https://github.com/erdos/stencil" :description "Templating engine for office documents." :license {:name "Eclipse Public License - v 2.0" diff --git a/service/project.clj b/service/project.clj index c5b15483..d7c5b86b 100644 --- a/service/project.clj +++ b/service/project.clj @@ -1,10 +1,10 @@ -(defproject io.github.erdos/stencil-service "0.5.4" +(defproject io.github.erdos/stencil-service "0.5.5-SNAPSHOT" :description "Web service for the Stencil templating engine" :url "https://github.com/erdos/stencil" :license {:name "Eclipse Public License - v 2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.11.1"] - [io.github.erdos/stencil-core "0.5.4"] + [io.github.erdos/stencil-core "0.5.5-SNAPSHOT"] [org.slf4j/slf4j-api "2.0.0-alpha7"] [org.mozilla/rhino-engine "1.7.14"] [http-kit "2.5.0"]