From 6fc460bd6af2e65beb1978e35558b02765adc12c Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 15 Aug 2014 18:35:04 -0400 Subject: [PATCH] version bump --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c0ad76c5..427e710a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function(grunt) { _ = require('lodash'); - var version = "0.1.20" + var version = "0.1.21" var inputFolder = "./docs" var tempFolder = "./temp"