Skip to content

Commit 5f61b35

Browse files
committed
feat: start work on v0.5.9
1 parent c41e0a5 commit 5f61b35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.github.erdos/stencil-core "0.5.8"
1+
(defproject io.github.erdos/stencil-core "0.5.9-SNAPSHOT"
22
:url "https://github.com/erdos/stencil"
33
:description "Templating engine for office documents."
44
:license {:name "Eclipse Public License - v 2.0"

service/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject io.github.erdos/stencil-service "0.5.8"
1+
(defproject io.github.erdos/stencil-service "0.5.9-SNAPSHOT"
22
:description "Web service for the Stencil templating engine"
33
:url "https://github.com/erdos/stencil"
44
:license {:name "Eclipse Public License - v 2.0"
55
:url "https://www.eclipse.org/legal/epl-2.0/"}
66
:dependencies [[org.clojure/clojure "1.11.1"]
7-
[io.github.erdos/stencil-core "0.5.8"]
7+
[io.github.erdos/stencil-core "0.5.9-SNAPSHOT"]
88
[org.slf4j/slf4j-api "2.0.9"]
99
[org.mozilla/rhino-engine "1.7.14"]
1010
[http-kit "2.7.0"]

0 commit comments

Comments
 (0)