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