Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmsparks committed Dec 19, 2018
1 parent 422774e commit efcd33a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ The user-manual is also available as an e-book or PDF, at
Add the following dependency to your `project.clj` or `build.boot` file:

```
[yada "1.2.16-SNAPSHOT"]
[yada "1.2.16"]
```

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

```clojure
[yada/lean "1.2.16-SNAPSHOT"]
[yada/lean "1.2.16"]
```

## Running documentation and examples offline
Expand Down
2 changes: 1 addition & 1 deletion bundles/default/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada VERSION
:description "A complete batteries-included bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion bundles/lean/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/lean VERSION
:description "A stripped-down batteries-not-included bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion bundles/next/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/next VERSION
:description "Experimental 'next' bundle of yada"
Expand Down
2 changes: 1 addition & 1 deletion doc/install.adoc
Expand Up @@ -7,7 +7,7 @@ following in the file's *:dependencies* section.

[source,clojure]
----
[yada "1.2.16-SNAPSHOT"]
[yada "1.2.16"]
[aleph "0.4.1"]
[bidi "2.0.12"]
----
Expand Down
2 changes: 1 addition & 1 deletion ext/aleph/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/aleph VERSION
:description "yada integration with Aleph (and Netty)"
Expand Down
2 changes: 1 addition & 1 deletion ext/async/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/async VERSION
:description "core.async integration"
Expand Down
2 changes: 1 addition & 1 deletion ext/bidi/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/bidi VERSION
:description "bidi integration with yada"
Expand Down
2 changes: 1 addition & 1 deletion ext/json-html/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/json-html VERSION
:description "HTML rendering of JSON"
Expand Down
2 changes: 1 addition & 1 deletion ext/json/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/json VERSION
:description "Support for application/json media types"
Expand Down
2 changes: 1 addition & 1 deletion ext/jwt/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/jwt VERSION
:description "JSON Web Token support"
Expand Down
2 changes: 1 addition & 1 deletion ext/multipart/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/multipart VERSION
:description "Multipart support"
Expand Down
2 changes: 1 addition & 1 deletion ext/oauth2/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/oauth2 VERSION
:description "OAuth2 support"
Expand Down
2 changes: 1 addition & 1 deletion ext/swagger/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/swagger VERSION
:license {:name "The MIT License"
Expand Down
2 changes: 1 addition & 1 deletion ext/transit/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/transit VERSION
:description "Support for transit media-types"
Expand Down
2 changes: 1 addition & 1 deletion ext/webjars/project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/webjars VERSION
:description "Support for webjars"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,6 +1,6 @@
;; Copyright © 2014-2017, JUXT LTD.

(def VERSION "1.2.16-SNAPSHOT")
(def VERSION "1.2.16")

(defproject yada/core VERSION
:description "A powerful Clojure web library, full HTTP, full async"
Expand Down

0 comments on commit efcd33a

Please sign in to comment.