Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump 0.5.0 #143

Merged
merged 3 commits into from
Dec 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update project.clj
  • Loading branch information
erdos committed Dec 2, 2022
commit d6da186dffc5a90740f3a7ac843de410413caac1
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