浏览代码

Changes for future build 1.0.3

@soyjavi 14 年之前
父节点
当前提交
325f9a9f13
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGES.md
  2. 1 1
      vendor/build.sh

+ 3 - 0
CHANGES.md

@@ -1,6 +1,9 @@
 # LungoJS
 ### HTML5 Mobile Framework, and stuff.
 
+## Changes in Version 1.0.3
+
+- Fixed error in method List.create() when result is a object
 
 ## Changes in Version 1.0.2
 

+ 1 - 1
vendor/build.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-VERSION="1.0.2"
+VERSION="1.0.3"
 
 #define paths
 COMPILER=google-compiler/compiler.jar