summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2021-10-03 13:01:48 -0300
committerAsko Nõmm <asko@bien.ee>2021-10-03 13:01:48 -0300
commitd7b656e884546d1b498db2b2a476df1254f978b4 (patch)
tree666a11198021207d676d576bfc35d7f63e156ffd /project.clj
parente1b8f0969a4bd5f1e1e390364a55ffc6aa141d65 (diff)
Fix issue with regex parsing
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 7674f4e..487dc9b 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.clojars.askonomm/ruuter "1.2.0"
+(defproject org.clojars.askonomm/ruuter "1.2.1"
:description "A tiny HTTP router"
:url "https://github.com/askonomm/ruuter"
:license {:name "MIT"