Skip to content

Commit

Permalink
Version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Feb 28, 2018
1 parent cfa91d0 commit 94844de
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clj-http/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cljs-http/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion httpkit/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion re-frame/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 94844de

Please sign in to comment.