From 9aeb4d634625e69c42ebb67f322f7bf52f80e0a7 Mon Sep 17 00:00:00 2001 From: janos erdos Date: Thu, 23 May 2019 11:16:35 +0200 Subject: [PATCH] release v0.3.1 --- README.md | 8 ++++---- service/project.clj | 4 ++-- src/STENCIL_VERSION.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97e917bc..a79e5b44 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ them to make the template more readable. ## Version -**Latest stable** version is `0.3.0` +**Latest stable** version is `0.3.1` -**Latest snapshot** version is `0.3.1-SNAPSHOT` +**Latest snapshot** version is `0.3.2-SNAPSHOT` If you are using Maven, add the followings to your `pom.xml`: @@ -49,7 +49,7 @@ The dependency: io.github.erdos stencil-core - 0.3.0 + 0.3.1 ``` @@ -64,7 +64,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.0"]` +file: `[io.github.erdos/stencil-core "0.3.1"]` 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 5ff6ff02..ef54dfa8 100644 --- a/service/project.clj +++ b/service/project.clj @@ -1,10 +1,10 @@ -(defproject io.github.erdos/stencil-service "0.3.0" +(defproject io.github.erdos/stencil-service "0.3.1" :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.0"] + [io.github.erdos/stencil-core "0.3.1"] [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 66ec8b17..a2268e2d 100644 --- a/src/STENCIL_VERSION.txt +++ b/src/STENCIL_VERSION.txt @@ -1 +1 @@ -0.3.1-SNAPSHOT +0.3.1 \ No newline at end of file