From 4b9ab47a3efd52298e7635d3da8a1ef962d73db1 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Thu, 14 May 2015 17:41:47 +0200 Subject: [PATCH] Version bump to 1.5.0 --- README.md | 2 +- VERSION | 2 +- bower.json | 2 +- package.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dde55de48..5201deb65 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ You can find a working demo over here: http://bans.yeahwh.at ### Version -1.4.0 +1.5.0 diff --git a/VERSION b/VERSION index 88c5fb891..bc80560fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/bower.json b/bower.json index 511ebefb9..13746d15c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "BanManager-WebUI", - "version": "1.4.0", + "version": "1.5.0", "description": "Web interface for BanManager", "authors": [ "James Mortemore", diff --git a/package.json b/package.json index 9af27430d..ad47dd6b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BanManager-WebUI", - "version": "1.4.0", + "version": "1.5.0", "description": "Web interface for BanManager", "repository": { "type": "git", @@ -10,6 +10,7 @@ "grunt": "^0.4.5", "grunt-autoprefixer": "^2.2.0", "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-compress": "^0.13.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.7.0",