From d9f13e916395ee97aa56fe85ad26a2cb9872f542 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 18 Sep 2014 23:03:27 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aaaa0e9..0dc10787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-ui", - "version": "2.0.25", + "version": "2.1.0", "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",