Skip to content

Commit 41e5000

Browse files
committed
v1.1.6
1 parent 68df1ff commit 41e5000

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restangular",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"main": "./dist/restangular.min.js",
55
"description": "Restful Resources service for AngularJS apps",
66
"repository": {

dist/restangular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Restful Resources service for AngularJS apps
3-
* @version v1.1.5 - 2013-10-09
3+
* @version v1.1.6 - 2013-10-09
44
* @link https://github.com/mgonto/restangular
55
* @author Martin Gontovnikas <martin@gonto.com.ar>
66
* @license MIT License, http://www.opensource.org/licenses/MIT

dist/restangular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/restangular.zip

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "restangular",
33
"description": "Restful Resources service for AngularJS apps",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"filename": "restangular.min.js",
66
"main": "./dist/restangular.min.js",
77
"homepage": "https://github.com/mgonto/restangular",

0 commit comments

Comments
 (0)