From 349988eaa76a9a1a2ff9e066728b71f0efc0257a Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 1 Oct 2014 22:17:29 -0400 Subject: [PATCH] version bump --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3779622b..fc6de0fd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function(grunt) { _ = require('lodash'); - var version = "0.1.22" + var version = "0.1.23" var inputFolder = "./docs" var tempFolder = "./temp"