From 14d7cc8ff515e765b32183fcf34b1c468faba0ad Mon Sep 17 00:00:00 2001 From: Patrick Kettner Date: Sun, 9 Mar 2014 00:47:54 -0500 Subject: [PATCH] bump to 0.7.0 --- Gruntfile.js | 2 +- LICENSE-MIT | 2 +- README.md | 2 +- package.json | 2 +- tasks/compile-handlebars.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1338a23..08caced 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,7 @@ * grunt-compile-handlebars * http://gruntjs.com/ * - * Copyright (c) 2013 Patrick Kettner, contributors + * Copyright (c) 2014 Patrick Kettner, contributors * Licensed under the MIT license. */ diff --git a/LICENSE-MIT b/LICENSE-MIT index a67eaf4..026251a 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2013 Patrick Kettner +Copyright (c) 2014 Patrick Kettner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index fa35b02..83f9216 100644 --- a/README.md +++ b/README.md @@ -106,5 +106,5 @@ I had to work with several hundred repeated data structures that never changed. * 0.0.1 - Dudley - Initial commit ## License -Copyright (c) 2013 Patrick Kettner +Copyright (c) 2014 Patrick Kettner Licensed under the MIT license. diff --git a/package.json b/package.json index 9aa6c57..f8d3973 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-compile-handlebars", "description": "Compile handlebar templates, outputting static HTML", - "version": "0.6.3", + "version": "0.7.0", "homepage": "https://github.com/patrickkettner/grunt-compile-handlebars", "author": { "name": "Patrick Kettner", diff --git a/tasks/compile-handlebars.js b/tasks/compile-handlebars.js index 61913e2..5fb7d50 100644 --- a/tasks/compile-handlebars.js +++ b/tasks/compile-handlebars.js @@ -2,7 +2,7 @@ * grunt-compile-handlebars * https://github.com/patrickkettner/grunt-compile-handlebars * -* Copyright (c) 2013 Patrick Kettner, contributors +* Copyright (c) 2014 Patrick Kettner, contributors * Licensed under the MIT license. */