Skip to content

Commit

Permalink
Merge pull request #474 from swagger-api/develop_2.0
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
fehguy committed Jun 6, 2015
2 parents 954aebd + cb5033e commit d742545
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-js",
"version": "2.1.0",
"version": "2.1.1",
"main": "browser/swagger-client.js",
"ignore": [
"gulpfile.js",
Expand All @@ -13,7 +13,7 @@
],
"description": "swagger-client is a javascript client for use with swaggering APIs.",
"authors": [ "Tony Tam <fehguy@gmail.com>", "jcscoobyrs@gmail.com" ],
"license": "apache 2.0",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git://github.com/swagger-api/swagger-js.git"
Expand Down
2 changes: 1 addition & 1 deletion browser/swagger-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* swagger-client - swagger-client is a javascript client for use with swaggering APIs.
* @version v2.1.0
* @version v2.1.1
* @link http://swagger.io
* @license apache 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion browser/swagger-client.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* swagger-client - swagger-client is a javascript client for use with swaggering APIs.
* @version v2.1.0
* @version v2.1.1
* @link http://swagger.io
* @license apache 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"description": "swagger-client is a javascript client for use with swaggering APIs.",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "http://swagger.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit d742545

Please sign in to comment.