diff --git a/project.clj b/project.clj index 17892c79..a9a82ac0 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/service/project.clj b/service/project.clj index 7470292e..a03f2996 100644 --- a/service/project.clj +++ b/service/project.clj @@ -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"]]