Commit c41e0a5 1 parent 2cd6406 commit c41e0a5 Copy full SHA for c41e0a5
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ The project has a simple [service implementation](https://github.com/erdos/stenc
40
40
41
41
## Version
42
42
43
- ** Latest stable** version is ` 0.5.7 `
43
+ ** Latest stable** version is ` 0.5.8 `
44
44
45
- ** Latest snapshot** version is ` 0.5.8 -SNAPSHOT `
45
+ ** Latest snapshot** version is ` 0.5.9 -SNAPSHOT `
46
46
47
47
If you are using Maven, add the followings to your ` pom.xml ` :
48
48
@@ -52,7 +52,7 @@ The dependency:
52
52
<dependency >
53
53
<groupId >io.github.erdos</groupId >
54
54
<artifactId >stencil-core</artifactId >
55
- <version >0.5.7 </version >
55
+ <version >0.5.8 </version >
56
56
</dependency >
57
57
```
58
58
@@ -67,7 +67,7 @@ And the [Clojars](https://clojars.org) repository:
67
67
68
68
Alternatively, if you are using Leiningen, add the following to
69
69
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 "] `
71
71
72
72
Previous versions are available on the [ Stencil Clojars] ( https://clojars.org/io.github.erdos/stencil-core ) page.
73
73
Original file line number Diff line number Diff line change 1
- (defproject io.github.erdos /stencil-core " 0.5.8-SNAPSHOT "
1
+ (defproject io.github.erdos /stencil-core " 0.5.8"
2
2
:url " https://github.com/erdos/stencil"
3
3
:description " Templating engine for office documents."
4
4
:license {:name " Eclipse Public License - v 2.0"
Original file line number Diff line number Diff line change 1
- (defproject io.github.erdos /stencil-service " 0.5.8-SNAPSHOT "
1
+ (defproject io.github.erdos /stencil-service " 0.5.8"
2
2
:description " Web service for the Stencil templating engine"
3
3
:url " https://github.com/erdos/stencil"
4
4
:license {:name " Eclipse Public License - v 2.0"
5
5
:url " https://www.eclipse.org/legal/epl-2.0/" }
6
6
: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" ]
8
8
[org.slf4j/slf4j-api " 2.0.9" ]
9
9
[org.mozilla/rhino-engine " 1.7.14" ]
10
10
[http-kit " 2.7.0" ]
You can’t perform that action at this time.
0 commit comments