Skip to content

Commit 073d328

Browse files
committed
v1.0.1
1 parent 93d22b9 commit 073d328

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#1.0.0
1+
#1.0.1
22
* First final release
33
* Added `one` and `all` to all collection methods
44
* Added `fullResponse` for getting the full `$http` response in every call

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.0.0",
3+
"version": "1.0.1",
44
"main": "./dist/restangular.min.js",
55
"description": "Restfull 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
* Restfull Resources service for AngularJS apps
3-
* @version v1.0.0 - 2013-06-25
3+
* @version v1.0.1 - 2013-06-25
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": "Restfull Resources service for AngularJS apps",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"filename": "restangular.min.js",
66
"homepage": "https://github.com/mgonto/restangular",
77
"author": "Martin Gontovnikas <martin@gonto.com.ar>",

0 commit comments

Comments
 (0)