Skip to content

Commit 55c2750

Browse files
committed
Release fix to multipart
1 parent 949d1e2 commit 55c2750

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The user-manual is also available as an e-book or PDF, at
2323
Add the following dependency to your `project.clj` or `build.boot` file:
2424

2525
```
26-
[yada "1.2.15"]
26+
[yada "1.2.15.1"]
2727
```
2828

2929
[![Build Status](https://travis-ci.org/juxt/yada.svg?branch=master)](https://travis-ci.org/juxt/yada.svg?branch=master)
@@ -78,7 +78,7 @@ To use the lean (or any other) variant of yada, specify the
7878
appropriate classifier in your `project.clj` or `build.boot` file:
7979

8080
```clojure
81-
[yada/lean "1.2.15"]
81+
[yada/lean "1.2.15.1"]
8282
```
8383

8484
## Running documentation and examples offline

bundles/default/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada VERSION
66
:description "A complete batteries-included bundle of yada"

bundles/lean/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/lean VERSION
66
:description "A stripped-down batteries-not-included bundle of yada"

bundles/next/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/next VERSION
66
:description "Experimental 'next' bundle of yada"

doc/install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ following in the file's *:dependencies* section.
77

88
[source,clojure]
99
----
10-
[yada "1.2.15"]
10+
[yada "1.2.15.1"]
1111
[aleph "0.4.1"]
1212
[bidi "2.0.12"]
1313
----

ext/aleph/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/aleph VERSION
66
:description "yada integration with Aleph (and Netty)"

ext/async/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/async VERSION
66
:description "core.async integration"

ext/bidi/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/bidi VERSION
66
:description "bidi integration with yada"

ext/json-html/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/json-html VERSION
66
:description "HTML rendering of JSON"

ext/json/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; Copyright © 2014-2017, JUXT LTD.
22

3-
(def VERSION "1.2.15")
3+
(def VERSION "1.2.15.1")
44

55
(defproject yada/json VERSION
66
:description "Support for application/json media types"

0 commit comments

Comments
 (0)