From e8a2c7345ef70aa7f61bdb35db5fd2091fd56f68 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sat, 2 May 2015 20:22:46 +0300 Subject: [PATCH] bump up version --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812f3c43..80d51485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.20.2 +## 0.20.2 (2.5.2014) - add `:type "object"` to Swagger 2.0 Definitions, requested by [Ron](https://github.com/webron). - Middlewares can define extra swagger data, set into a request, read out by swagger-docs diff --git a/project.clj b/project.clj index c40119b7..30014eb9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-swagger "0.20.2-SNAPSHOT" +(defproject metosin/ring-swagger "0.20.2" :description "Swagger Spec for Ring Apps" :url "https://github.com/metosin/ring-swagger" :license {:name "Eclipse Public License"