From 94844de2e86ca377311a0af40968e79768b3a39b Mon Sep 17 00:00:00 2001 From: Oliver Hine Date: Wed, 28 Feb 2018 15:30:51 +0000 Subject: [PATCH] Version 0.1.8 --- clj-http/project.clj | 2 +- cljs-http/project.clj | 2 +- core/project.clj | 2 +- httpkit/project.clj | 2 +- project.clj | 2 +- re-frame/project.clj | 2 +- test/project.clj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clj-http/project.clj b/clj-http/project.clj index c989655..ddd7c51 100644 --- a/clj-http/project.clj +++ b/clj-http/project.clj @@ -1,4 +1,4 @@ -(defproject martian-clj-http "0.1.8-SNAPSHOT" +(defproject martian-clj-http "0.1.8" :description "clj-http implementation for martian" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/cljs-http/project.clj b/cljs-http/project.clj index 1a583e4..16baf67 100644 --- a/cljs-http/project.clj +++ b/cljs-http/project.clj @@ -1,4 +1,4 @@ -(defproject martian-cljs-http "0.1.8-SNAPSHOT" +(defproject martian-cljs-http "0.1.8" :description "cljs-http implementation for martian" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/core/project.clj b/core/project.clj index a5450c2..ae8221e 100644 --- a/core/project.clj +++ b/core/project.clj @@ -1,4 +1,4 @@ -(defproject martian "0.1.8-SNAPSHOT" +(defproject martian "0.1.8" :description "Client routing for Swagger APIs" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/httpkit/project.clj b/httpkit/project.clj index a78f7f7..ee7e5e6 100644 --- a/httpkit/project.clj +++ b/httpkit/project.clj @@ -1,4 +1,4 @@ -(defproject martian-httpkit "0.1.8-SNAPSHOT" +(defproject martian-httpkit "0.1.8" :description "httpkit implementation for martian" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/project.clj b/project.clj index b64e8b8..e2c94b0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject martian-suite "0.1.8-SNAPSHOT" +(defproject martian-suite "0.1.8" :description "Client routing for Swagger APIs" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/re-frame/project.clj b/re-frame/project.clj index 3c5baf4..9678b0c 100644 --- a/re-frame/project.clj +++ b/re-frame/project.clj @@ -1,4 +1,4 @@ -(defproject martian-re-frame "0.1.8-SNAPSHOT" +(defproject martian-re-frame "0.1.8" :description "re-frame bindings for martian" :url "https://github.com/oliyh/martian" :license {:name "The MIT License" diff --git a/test/project.clj b/test/project.clj index 508c3e0..6974c24 100644 --- a/test/project.clj +++ b/test/project.clj @@ -1,4 +1,4 @@ -(defproject martian-test "0.1.8-SNAPSHOT" +(defproject martian-test "0.1.8" :description "Testing tools for martian" :url "https://github.com/oliyh/martian" :license {:name "The MIT License"