@@ -41,9 +41,9 @@ The project has a simple [service implementation](https://github.com/erdos/stenc
4141
4242## 👉 Version
4343
44- ** Latest stable** version is ` 0.6.5 `
44+ ** Latest stable** version is ` 0.6.6 `
4545
46- ** Latest snapshot** version is ` 0.6.6 -SNAPSHOT `
46+ ** Latest snapshot** version is ` 0.6.7 -SNAPSHOT `
4747
4848Previous versions are available on the [ Stencil Clojars] ( https://clojars.org/io.github.erdos/stencil-core ) page.
4949
@@ -58,7 +58,7 @@ Previous versions are available on the [Stencil Clojars](https://clojars.org/io.
5858<dependency >
5959 <groupId >io.github.erdos</groupId >
6060 <artifactId >stencil-core</artifactId >
61- <version >0.6.5 </version >
61+ <version >0.6.6 </version >
6262</dependency >
6363```
6464
@@ -75,21 +75,21 @@ Previous versions are available on the [Stencil Clojars](https://clojars.org/io.
7575<details >
7676 <summary ><b >For Java with Gradle</b ></summary >
7777
78- Add to the ` dependencies ` section of your ` build.gradle ` file: ` implementation('io.github.erdos/stencil-core:0.6.5 ') `
78+ Add to the ` dependencies ` section of your ` build.gradle ` file: ` implementation('io.github.erdos/stencil-core:0.6.6 ') `
7979 </details >
8080
8181<details >
8282 <summary ><b >For Clojure with Leiningen</b ></summary >
8383
8484 If you are using Leiningen, add the following to the ` :dependencies ` section of your ` project.clj ` file:
8585
86- ` [io.github.erdos/stencil-core "0.6.5 "] `
86+ ` [io.github.erdos/stencil-core "0.6.6 "] `
8787</details >
8888
8989<details >
9090 <summary ><b >For Clojure with deps.edn</b ></summary >
9191
92- Add ` io.github.erdos/stencil-core {:mvn/version "0.6.5 "} `
92+ Add ` io.github.erdos/stencil-core {:mvn/version "0.6.6 "} `
9393</details >
9494
9595
0 commit comments