Skip to content

Commit

Permalink
Version 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Oct 28, 2024
1 parent 2351f6b commit 19924a0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion babashka-http-client/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.oliyh/martian-babashka-http-client "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-babashka-http-client "0.1.28"
:description "babashka http-client implementation for martian"
:url "https://github.com/oliyh/martian"
:license {:name "The MIT License"
Expand Down
2 changes: 1 addition & 1 deletion clj-http-lite/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.oliyh/martian-clj-http-lite "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-clj-http-lite "0.1.28"
:description "clj-http-lite implementation for martian"
:url "https://github.com/oliyh/martian"
:license {:name "The MIT License"
Expand Down
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 com.github.oliyh/martian-clj-http "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-clj-http "0.1.28"
: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-promise/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.oliyh/martian-cljs-http-promise "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-cljs-http-promise "0.1.28"
:description "cljs-http-promise 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 com.github.oliyh/martian-cljs-http "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-cljs-http "0.1.28"
: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 com.github.oliyh/martian "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian "0.1.28"
: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 hato/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.oliyh/martian-hato "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-hato "0.1.28"
:description "hato implementation for martian"
: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 com.github.oliyh/martian-httpkit "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-httpkit "0.1.28"
:description "httpkit implementation for martian"
: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 com.github.oliyh/martian-re-frame "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-re-frame "0.1.28"
: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 com.github.oliyh/martian-test "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-test "0.1.28"
:description "Testing tools for martian"
:url "https://github.com/oliyh/martian"
:license {:name "The MIT License"
Expand Down
2 changes: 1 addition & 1 deletion vcr/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.oliyh/martian-vcr "0.1.28-SNAPSHOT"
(defproject com.github.oliyh/martian-vcr "0.1.28"
:description "Recording and playback for Martian"
:url "https://github.com/oliyh/martian"
:license {:name "The MIT License"
Expand Down

0 comments on commit 19924a0

Please sign in to comment.