From 88888275734ac0bcf4c11b5e1f30e837716e8e51 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 17 Nov 2014 17:02:46 -0800 Subject: [PATCH] updated version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a431606..f6affa96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-ui", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "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",