Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Turatti committed Apr 13, 2016
1 parent 12f4f62 commit 961fca5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-restheart",
"main": "dist/angular-restheart.min.js",
"version": "1.2.5",
"version": "1.2.6",
"homepage": "https://github.com/SoftInstigate/angular-restheart",
"authors": [
"SoftInstigate"
Expand Down
8 changes: 4 additions & 4 deletions dist/angular-restheart.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@
}
}

extractedData._returned = data._returned;
extractedData._size = data._size;
extractedData._total_pages = data._total_pages;
extractedData._links = data._links;
for(var propertyName in data) {
extractedData[propertyName] = data[propertyName];
}
} else {
extractedData = data;
}
Expand All @@ -99,6 +98,7 @@
});
}
})();

(function () {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-restheart.min.js

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

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* then run the 'gulp build' task to update both bower.json and package.json
* See the README.md file for more information.
*/
var VERSION = '1.2.5';
var VERSION = '1.2.6';

var gulp = require('gulp'),
del = require('del'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-restheart",
"version": "1.2.5",
"version": "1.2.6",
"description": "AngularJs module to handle RESTHeart API properly and easily",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 961fca5

Please sign in to comment.