Skip to content

Commit f832c24

Browse files
committed
Fixed tests, release 1.3.0-alpha6
1 parent 8f365a0 commit f832c24

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
44

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

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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
44

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

ext/jwt/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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
44

55
(defproject yada/jwt VERSION
66
:description "JSON Web Token support"

ext/multipart/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.3.0-alpha5")
3+
(def VERSION "1.3.0-alpha6")
44

55
(defproject yada/multipart VERSION
66
:description "Multipart support"

0 commit comments

Comments
 (0)