diff --git a/README.md b/README.md index edb677e0..965328f6 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.3` +**Latest stable** version is `0.3.4` -**Latest snapshot** version is `0.3.4-SNAPSHOT` +**Latest snapshot** version is `0.3.5-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.3 + 0.3.4 ``` @@ -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.3"]` +file: `[io.github.erdos/stencil-core "0.3.4"]` 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 f739f7af..7de7aded 100644 --- a/service/project.clj +++ b/service/project.clj @@ -1,10 +1,10 @@ -(defproject io.github.erdos/stencil-service "0.3.3" +(defproject io.github.erdos/stencil-service "0.3.4" :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.3"] + [io.github.erdos/stencil-core "0.3.4"] [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 8f4f5edb..42045aca 100644 --- a/src/STENCIL_VERSION.txt +++ b/src/STENCIL_VERSION.txt @@ -1 +1 @@ -0.3.4-SNAPSHOT +0.3.4