Skip to content

Commit

Permalink
feat: version 0.5.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Dec 2, 2022
1 parent 92a7dab commit f6fc401
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The project has a simple [service implementation](https://github.com/erdos/stenc

## Version

**Latest stable** version is `0.4.7`
**Latest stable** version is `0.5.0`

**Latest snapshot** version is `0.4.8-SNAPSHOT`
**Latest snapshot** version is `0.5.1-SNAPSHOT`

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

Expand All @@ -57,7 +57,7 @@ The dependency:
<dependency>
<groupId>io.github.erdos</groupId>
<artifactId>stencil-core</artifactId>
<version>0.4.7</version>
<version>0.5.0</version>
</dependency>
```

Expand All @@ -72,7 +72,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.4.7"]`
file: `[io.github.erdos/stencil-core "0.5.0"]`

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

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.erdos/stencil-core "0.4.8-SNAPSHOT"
(defproject io.github.erdos/stencil-core "0.5.0"
:url "https://github.com/erdos/stencil"
:description "Templating engine for office documents."
:license {:name "Eclipse Public License - v 2.0"
Expand Down Expand Up @@ -46,4 +46,4 @@
(eval '(sta/instrument))]}
:ci {:plugins [[lein-javadoc "0.3.0"]
[lein-cloverage "1.2.2"]]
}})
}})
4 changes: 2 additions & 2 deletions service/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject io.github.erdos/stencil-service "0.4.8-SNAPSHOT"
(defproject io.github.erdos/stencil-service "0.5.0"
: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.11.1"]
[io.github.erdos/stencil-core "0.4.8-SNAPSHOT"]
[io.github.erdos/stencil-core "0.5.0"]
[org.slf4j/slf4j-api "2.0.0-alpha7"]
[org.mozilla/rhino-engine "1.7.14"]
[http-kit "2.5.0"]
Expand Down

0 comments on commit f6fc401

Please sign in to comment.