summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 21bbfb0..f62cc82 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -140,7 +140,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
- banner: '/* vvalls by okfocus 2014 */\n'
+ banner: '/* vvalls by okfocus 2015 */\n'
},
js: {
src: 'public/assets/javascripts/app.concat.js',