Skip to content

Commit c41e0a5

Browse files
committed
feat: version v0.5.8
1 parent 2cd6406 commit c41e0a5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The project has a simple [service implementation](https://github.com/erdos/stenc
4040

4141
## Version
4242

43-
**Latest stable** version is `0.5.7`
43+
**Latest stable** version is `0.5.8`
4444

45-
**Latest snapshot** version is `0.5.8-SNAPSHOT`
45+
**Latest snapshot** version is `0.5.9-SNAPSHOT`
4646

4747
If you are using Maven, add the followings to your `pom.xml`:
4848

@@ -52,7 +52,7 @@ The dependency:
5252
<dependency>
5353
<groupId>io.github.erdos</groupId>
5454
<artifactId>stencil-core</artifactId>
55-
<version>0.5.7</version>
55+
<version>0.5.8</version>
5656
</dependency>
5757
```
5858

@@ -67,7 +67,7 @@ And the [Clojars](https://clojars.org) repository:
6767

6868
Alternatively, if you are using Leiningen, add the following to
6969
the `:dependencies` section of your `project.clj`
70-
file: `[io.github.erdos/stencil-core "0.5.7"]`
70+
file: `[io.github.erdos/stencil-core "0.5.8"]`
7171

7272
Previous versions are available on the [Stencil Clojars](https://clojars.org/io.github.erdos/stencil-core) page.
7373

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.github.erdos/stencil-core "0.5.8-SNAPSHOT"
1+
(defproject io.github.erdos/stencil-core "0.5.8"
22
:url "https://github.com/erdos/stencil"
33
:description "Templating engine for office documents."
44
:license {:name "Eclipse Public License - v 2.0"

service/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject io.github.erdos/stencil-service "0.5.8-SNAPSHOT"
1+
(defproject io.github.erdos/stencil-service "0.5.8"
22
:description "Web service for the Stencil templating engine"
33
:url "https://github.com/erdos/stencil"
44
:license {:name "Eclipse Public License - v 2.0"
55
:url "https://www.eclipse.org/legal/epl-2.0/"}
66
:dependencies [[org.clojure/clojure "1.11.1"]
7-
[io.github.erdos/stencil-core "0.5.8-SNAPSHOT"]
7+
[io.github.erdos/stencil-core "0.5.8"]
88
[org.slf4j/slf4j-api "2.0.9"]
99
[org.mozilla/rhino-engine "1.7.14"]
1010
[http-kit "2.7.0"]

0 commit comments

Comments
 (0)