Skip to content

Commit

Permalink
releasing 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Sep 13, 2019
1 parent 09dc039 commit b7d6582
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ them to make the template more readable.

## Version

**Latest stable** version is `0.3.3`
**Latest stable** version is `0.3.4`

**Latest snapshot** version is `0.3.4-SNAPSHOT`
**Latest snapshot** version is `0.3.5-SNAPSHOT`

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

Expand All @@ -52,7 +52,7 @@ The dependency:
<dependency>
<groupId>io.github.erdos</groupId>
<artifactId>stencil-core</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
</dependency>
```

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

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 service/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject io.github.erdos/stencil-service "0.3.3"
(defproject io.github.erdos/stencil-service "0.3.4"
: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.3"]
[io.github.erdos/stencil-core "0.3.4"]
[http-kit "2.2.0"]
[ring/ring-json "0.4.0"]]
:main stencil.service.core)
2 changes: 1 addition & 1 deletion src/STENCIL_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4-SNAPSHOT
0.3.4

0 comments on commit b7d6582

Please sign in to comment.