Skip to content

Commit 29679d7

Browse files
committed
Bump to version 0.1.1 - registerable on bower
1 parent a64654d commit 29679d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predicsis_ml_sdk-javascript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"authors": [
55
"Yllieth <[email protected]>"
66
],
@@ -13,7 +13,7 @@
1313
"angular",
1414
"restangular"
1515
],
16-
"private": true,
16+
"private": false,
1717
"license": "MIT",
1818
"devDependencies": {
1919
"angular": "1.3.14",

lib/model/OauthTokens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ angular.module('predicsis.jsSDK')
123123
* <pre>
124124
* {
125125
* access_tokens: {
126-
* id "5409cc5f69702d0007180000",
126+
* id: "5409cc5f69702d0007180000",
127127
* created_at: "2014-09-05T14:44:47.172Z",
128128
* updated_at: "2014-09-05T14:44:47.172Z"
129129
* }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predicsis_ml_sdk-javascript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Javascript SDK for PredicSis ML API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)