Skip to content

Commit

Permalink
chore: start work on 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Sep 21, 2021
1 parent 2ed3036 commit 2327ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.erdos/stencil-core "0.3.25"
(defproject io.github.erdos/stencil-core "0.3.26-SNAPSHOT"
:url "https://github.com/erdos/stencil"
:description "Templating engine for office documents."
:license {:name "Eclipse Public License - v 2.0"
Expand Down
4 changes: 2 additions & 2 deletions service/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject io.github.erdos/stencil-service "0.3.25"
(defproject io.github.erdos/stencil-service "0.3.26-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.10.2-alpha2"]
[io.github.erdos/stencil-core "0.3.25"]
[io.github.erdos/stencil-core "0.3.26-SNAPSHOT"]
[http-kit "2.5.0"]
[org.clojure/tools.logging "1.1.0"]
[ring/ring-json "0.4.0"]]
Expand Down

0 comments on commit 2327ee2

Please sign in to comment.