Skip to content

Commit 6d05407

Browse files
author
guylabs
committed
Prepare for 0.4.2 release
1 parent 1a22096 commit 6d05407

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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": "angular-spring-data-rest",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"main": "./dist/angular-spring-data-rest.js",
66
"license": "MIT",

dist/angular-spring-data-rest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
/**
66
* @module spring-data-rest
7-
* @version 0.4.1
7+
* @version 0.4.2
88
*
99
* An AngularJS module to ease the work with a Spring Data REST backend.
1010
*/
1111
angular.module("spring-data-rest", ["ngResource"]);
1212

1313
/**
1414
* @module spring-data-rest
15-
* @version 0.4.1
15+
* @version 0.4.2
1616
*
1717
* Provider for the SpringDataRestAdapter which is the core of this module.
1818
*/
@@ -365,7 +365,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
365365
});
366366
/**
367367
* @module spring-data-rest
368-
* @version 0.4.1
368+
* @version 0.4.2
369369
*
370370
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
371371
*/

dist/angular-spring-data-rest.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"keywords": [
66
"AngularJS",

0 commit comments

Comments
 (0)