diff --git a/README.md b/README.md index ab59c2b5..edb677e0 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.2` +**Latest stable** version is `0.3.3` -**Latest snapshot** version is `0.3.3-SNAPSHOT` +**Latest snapshot** version is `0.3.4-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.2 + 0.3.3 ``` @@ -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.2"]` +file: `[io.github.erdos/stencil-core "0.3.3"]` 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 7d5c0a25..f739f7af 100644 --- a/service/project.clj +++ b/service/project.clj @@ -1,10 +1,10 @@ -(defproject io.github.erdos/stencil-service "0.3.3-SNAPSHOT" +(defproject io.github.erdos/stencil-service "0.3.3" :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-SNAPSHOT"] + [io.github.erdos/stencil-core "0.3.3"] [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 fd73819c..1c09c74e 100644 --- a/src/STENCIL_VERSION.txt +++ b/src/STENCIL_VERSION.txt @@ -1 +1 @@ -0.3.3-SNAPSHOT +0.3.3