From 6d054079c9fa77d6073ad9c7899506bcb0667c14 Mon Sep 17 00:00:00 2001 From: guylabs Date: Thu, 23 Apr 2015 16:49:25 +0200 Subject: [PATCH] Prepare for 0.4.2 release --- bower.json | 2 +- dist/angular-spring-data-rest.js | 6 +++--- dist/angular-spring-data-rest.min.js | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index dc5d96f..f56fa78 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/dist/angular-spring-data-rest.js b/dist/angular-spring-data-rest.js index 5aec83c..a0e97ba 100644 --- a/dist/angular-spring-data-rest.js +++ b/dist/angular-spring-data-rest.js @@ -4,7 +4,7 @@ /** * @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. */ @@ -12,7 +12,7 @@ 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. */ @@ -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. */ diff --git a/dist/angular-spring-data-rest.min.js b/dist/angular-spring-data-rest.min.js index 10a7d98..92c200d 100644 --- a/dist/angular-spring-data-rest.min.js +++ b/dist/angular-spring-data-rest.min.js @@ -1,5 +1,5 @@ /*! - * angular-spring-data-rest 0.4.1 + * angular-spring-data-rest 0.4.2 * Copyright 2015 Guy Brand (@guy_labs) * https://github.com/guylabs/angular-spring-data-rest */ diff --git a/package.json b/package.json index 91b390b..c72090f 100644 --- a/package.json +++ b/package.json @@ -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",