diff --git a/README.md b/README.md index e9bc8498..fa862ea4 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ them to make the template more readable. ## Version -**Latest stable** version is `0.3.8` +**Latest stable** version is `0.3.9` -**Latest snapshot** version is `0.3.9-SNAPSHOT` +**Latest snapshot** version is `0.3.10-SNAPSHOT` If you are using Maven, add the followings to your `pom.xml`: @@ -52,7 +52,7 @@ The dependency: io.github.erdos stencil-core - 0.3.8 + 0.3.9 ``` @@ -67,7 +67,7 @@ And the [Clojars](https://clojars.org) repository: Alternatively, if you are using Leiningen, add the following to the `:dependencies` section of your `project.clj` -file: `[io.github.erdos/stencil-core "0.3.8"]` +file: `[io.github.erdos/stencil-core "0.3.9"]` Previous versions are available on the [Stencil Clojars](https://clojars.org/io.github.erdos/stencil-core) page. diff --git a/service/project.clj b/service/project.clj index 7b81ddd3..b1a9da6c 100644 --- a/service/project.clj +++ b/service/project.clj @@ -1,10 +1,10 @@ -(defproject io.github.erdos/stencil-service "0.3.8-SNAPSHOT" +(defproject io.github.erdos/stencil-service "0.3.10-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.9.0"] - [io.github.erdos/stencil-core "0.3.8"] + [io.github.erdos/stencil-core "0.3.9"] [http-kit "2.2.0"] [ring/ring-json "0.4.0"]] :main stencil.service.core) diff --git a/src/STENCIL_VERSION.txt b/src/STENCIL_VERSION.txt index 66784322..940ac09a 100644 --- a/src/STENCIL_VERSION.txt +++ b/src/STENCIL_VERSION.txt @@ -1 +1 @@ -0.3.8 +0.3.9