Skip to content

Commit

Permalink
Readme update. Bump 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troyanskiy committed Mar 24, 2017
1 parent f0fb274 commit f7e0a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -190,7 +190,7 @@ export class PageComponent implements OnInit {
```
# Changes

## Version 1.14.0 $NOT PUBLISHED YET$ (Removed broken chance from ver 1.13.0)
## Version 1.14.0 (Removed broken chance from ver 1.13.0)
Added resource method `initResultObject` which is used to create return object or items in returned array.<br>
The method should return object. If method `$setData` exists on the return object, then it will be called with
received data, so the method is kind of constructor to set received data. If method does not exists on the
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-resource-rest",
"version": "1.13.0",
"version": "1.14.0",
"description": "Angular2 resource module with simple decorators",
"scripts": {
"ngc": "ngc",
Expand Down

0 comments on commit f7e0a99

Please sign in to comment.