penguin/AstroJS

Javascript framework for my blog

commit 813cbc949390168f63ddb0e9a472626b0581b208

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-04-02T23:48:28Z
subjectAssign Version Number 1.0.0b
commit 813cbc949390168f63ddb0e9a472626b0581b208
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-04-02T23:48:28Z

    Assign Version Number 1.0.0b
---
 botanjs/src/_this.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/botanjs/src/_this.js b/botanjs/src/_this.js
index 18a7c10..5152227 100644
--- a/botanjs/src/_this.js
+++ b/botanjs/src/_this.js
@@ -1,3 +1,4 @@
+var BOTANJS_VERSION = "1.0.0b";
 /*{{{ Shorthand Functions */
 var __extends = function( obj, target ) {
 	obj.prototype = Object.create( target.prototype );
@@ -369,7 +370,7 @@ __import = __import || function( ns, noCache )
 /* End Import operator }}}*/
 
 window["BotanJS"] = {};
-window["BotanJS"]["version"] = "0.2";
+window["BotanJS"]["version"] = BOTANJS_VERSION;
 window["BotanJS"]["codename"] = "Botanical framework.js";
 window["BotanJS"]["import"] = function( p )
 {