bump version
This commit is contained in:
parent
ed3f3f0686
commit
08ebb97ea7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = function(grunt) {
|
||||
var _ = require("lodash");
|
||||
var version = "0.2.0";
|
||||
var version = "0.2.1";
|
||||
|
||||
var inputFolder = "./docs";
|
||||
var tempFolder = "./temp";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
var m = (function app(window, undefined) {
|
||||
"use strict";
|
||||
var VERSION = "v0.2.0-next";
|
||||
var VERSION = "v0.2.1";
|
||||
function isFunction(object) {
|
||||
return typeof object === "function";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue