Skip to content

Commit 0d55d4f

Browse files
author
guylabs
committed
Add 0.3.2 release distribution files
1 parent 51a5199 commit 0d55d4f

5 files changed

+7
-7
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function (grunt) {
3939
},
4040
uglify: {
4141
options: {
42-
banner: "/*!\n * <%= pkg.name %> <%= pkg.version %>\n * Copyright <%= grunt.template.today('yyyy') %> Guy Brûlé (@guy_labs)\n * https://github.com/guylabs/angular-spring-data-rest\n */\n"
42+
banner: "/*!\n * <%= pkg.name %> <%= pkg.version %>\n * Copyright <%= grunt.template.today('yyyy') %> Guy Brand (@guy_labs)\n * https://github.com/guylabs/angular-spring-data-rest\n */\n"
4343
},
4444
dist: {
4545
files: {

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.3.1",
3+
"version": "0.3.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
/**
66
* @module spring-data-rest
7-
* @version 0.3.1
7+
* @version 0.3.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.3.1
15+
* @version 0.3.2
1616
*
1717
* Provider for the SpringDataRestAdapter which is the core of this module.
1818
*/
@@ -333,7 +333,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
333333

334334
/**
335335
* @module spring-data-rest
336-
* @version 0.3.1
336+
* @version 0.3.2
337337
*
338338
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
339339
*/

dist/angular-spring-data-rest.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-spring-data-rest 0.3.1
2+
* angular-spring-data-rest 0.3.2
33
* Copyright 2015 Guy Brûlé (@guy_labs)
44
* https://github.com/guylabs/angular-spring-data-rest
55
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.3.1",
3+
"version": "0.3.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)