From cbb95ed1ad0ea2fc851e893a41f97c910295dc17 Mon Sep 17 00:00:00 2001 From: jice Date: Sun, 9 Oct 2016 17:07:35 +0200 Subject: [PATCH] fix version --- src/fwk/yendor/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fwk/yendor/main.ts b/src/fwk/yendor/main.ts index 24abf4e..53e0523 100644 --- a/src/fwk/yendor/main.ts +++ b/src/fwk/yendor/main.ts @@ -21,7 +21,7 @@ import {PixiConsoleRenderer} from "./console_pixi"; * Section: yendor.ts */ -export const VERSION = "0.6.0"; +export const VERSION = "0.7.0"; export let isBrowser = new Function("try {return this===window;}catch(e){ return false;}");