bump version

This commit is contained in:
Leo Horie 2015-07-23 23:43:38 -04:00
parent ed3f3f0686
commit 08ebb97ea7
2 changed files with 2 additions and 2 deletions

View file

@ -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";
}