Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 4a2a613

Browse files
committed
Release 1.6.0
1 parent 5f223dc commit 4a2a613

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tests"
1717
],
1818
"dependencies": {
19-
"feathers-client": "1.5.3",
19+
"feathers-client": "1.6.0",
2020
"socket.io-client": "1.4.8"
2121
}
2222
}

dist/ng-feathers.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* ngFeathers
33
*
4-
* @version 1.5.3
4+
* @version 1.6.0
55
* @author Maik Hummel <m@ikhummel.com>
66
* @license MIT
77
*/

dist/ng-feathers.standalone.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "ng-feathers",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Feathers client for AngularJS",
55
"main": "index.js",
66
"scripts": {
7-
"test": "grunt"
7+
"test": "grunt",
8+
"clean": "rm -r bower_components/ node_modules/",
9+
"init": "npm i && bower i"
810
},
911
"author": "Maik Hummel <m@ikhummel.com> (https://beevelop.com)",
1012
"license": "MIT",

src/ng-feathers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* ngFeathers
33
*
4-
* @version 1.5.3
4+
* @version 1.6.0
55
* @author Maik Hummel <m@ikhummel.com>
66
* @license MIT
77
*/

0 commit comments

Comments
 (0)