From dd3037f481979ec15b8f1c19154d800565622a53 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Wed, 26 Jun 2013 08:05:33 -0700 Subject: [PATCH] updated to support 1.2 spec responseMessages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7abfd93dacc..0623b2c639d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-ui", - "version": "0.1.15", + "version": "1.1.15", "description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", "scripts": { "build": "PATH=$PATH:./node_modules/.bin cake dist",