Skip to content

Commit 5d88f88

Browse files
committed
Ready for release 1.3.0-alpha11
1 parent 90d354a commit 5d88f88

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
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-alpha10")
3+
(def VERSION "1.3.0-alpha11")
44

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

0 commit comments

Comments
 (0)