We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474089d commit d3342ccCopy full SHA for d3342cc
README.md
@@ -99,6 +99,9 @@ android的打包和构建是一体的 :
99
100
## changelog
101
102
+0.2.5
103
+* 修复weexpack build android在windows下的bug
104
+
105
0.2.4
106
* 修复weexpack run web的bug 并且加了自动打开浏览器的功能
107
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "weexpack",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "Weex pack tool",
5
"main": "index.js",
6
"scripts": {
0 commit comments