Skip to content

Commit 1c2543c

Browse files
committed
Bumping version to 0.4.0.
1 parent 3dd11f2 commit 1c2543c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.jshintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"trailing": true,
2020
"smarttabs": true,
2121
"globals": {
22-
"angular": false,
23-
"formFactory": true
22+
"angular": false
2423
}
2524
}

bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predicsis_ml_sdk-javascript",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"authors": [
55
"Yllieth <[email protected]>",
66
"Dehau"
@@ -18,8 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"angular": "1.3.17",
21-
"restangular": "1.5.1",
22-
"formfactory": "~0.2.0"
21+
"restangular": "1.5.1"
2322
},
2423
"main": "dist/predicsis-jsSDK.js",
2524
"ignore": [

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.3.2",
3+
"version": "0.4.0",
44
"description": "Javascript SDK for PredicSis ML API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)