Skip to content

Commit

Permalink
Version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Nov 20, 2018
1 parent 3de778b commit b82af37
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.9-SNAPSHOT"
(defproject martian-clj-http "0.1.9"
: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.9-SNAPSHOT"
(defproject martian-cljs-http "0.1.9"
: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.9-SNAPSHOT"
(defproject martian "0.1.9"
: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.9-SNAPSHOT"
(defproject martian-httpkit "0.1.9"
: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.9-SNAPSHOT"
(defproject martian-suite "0.1.9"
: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.9-SNAPSHOT"
(defproject martian-re-frame "0.1.9"
: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.9-SNAPSHOT"
(defproject martian-test "0.1.9"
:description "Testing tools for martian"
:url "https://github.com/oliyh/martian"
:license {:name "The MIT License"
Expand Down

0 comments on commit b82af37

Please sign in to comment.