From ef6ca20a614c059954b2af93914f16a3516f65ec Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 31 Dec 2014 20:50:17 -0500 Subject: [PATCH] version bump --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 03b2b678..6d1d8b01 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function(grunt) { _ = require('lodash'); - var version = "0.1.27"; + var version = "0.1.28"; var inputFolder = "./docs"; var tempFolder = "./temp";