From 6f5def50281677c32a3a1f204fbda698e6a1fcfa Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 1 Feb 2015 02:00:33 -0800 Subject: [PATCH] updated package version, readme --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 478ef113..49c24e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-ui", - "version": "2.1.0-alpha.7", + "version": "2.1.0-M1", "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": "./node_modules/gulp/bin/gulp.js;", @@ -9,12 +9,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/wordnik/swagger-ui.git" + "url": "https://github.com/swagger-api/swagger-ui.git" }, "author": { "name": "Tony Tam", "email": "fehguy@gmail.com", - "url": "http://developer.wordnik.com" + "url": "http://swagger.io" }, "license": "Apache", "readmeFilename": "README.md",