Skip to content

Commit

Permalink
Prepare for 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Apr 23, 2015
1 parent 1a22096 commit 6d05407
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spring-data-rest",
"version": "0.4.1",
"version": "0.4.2",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"main": "./dist/angular-spring-data-rest.js",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-spring-data-rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

/**
* @module spring-data-rest
* @version 0.4.1
* @version 0.4.2
*
* An AngularJS module to ease the work with a Spring Data REST backend.
*/
angular.module("spring-data-rest", ["ngResource"]);

/**
* @module spring-data-rest
* @version 0.4.1
* @version 0.4.2
*
* Provider for the SpringDataRestAdapter which is the core of this module.
*/
Expand Down Expand Up @@ -365,7 +365,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
});
/**
* @module spring-data-rest
* @version 0.4.1
* @version 0.4.2
*
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-spring-data-rest.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spring-data-rest",
"version": "0.4.1",
"version": "0.4.2",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"keywords": [
"AngularJS",
Expand Down

0 comments on commit 6d05407

Please sign in to comment.