Skip to content

Commit

Permalink
2.0.1 Minor fix in bower.json, need to bump version for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Nov 19, 2015
1 parent 0fca72d commit 800afb5
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 126 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"name": "ringcentral",
"main": "./build/ringcentral.min.js",
"ignore": [
Expand Down Expand Up @@ -38,6 +38,6 @@
],
"repository": {
"type": "git",
"url": "git://gitgub.com/ringcentral/ringcentral-js.git"
"url": "git://github.com/ringcentral/ringcentral-js.git"
}
}
203 changes: 127 additions & 76 deletions build/ringcentral-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ringcentral-bundle.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build/ringcentral-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ringcentral-bundle.min.js.map

Large diffs are not rendered by default.

84 changes: 48 additions & 36 deletions build/ringcentral.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/ringcentral.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/ringcentral.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ringcentral.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"name": "ringcentral",
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion src/SDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require("regenerator/runtime");

export default class SDK {

static version = '2.0.0';
static version = '2.0.1';

static server = {
sandbox: 'https://platform.devtest.ringcentral.com',
Expand Down

0 comments on commit 800afb5

Please sign in to comment.