Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chestnutchen committed Sep 23, 2014
1 parent 27a3d92 commit c02bce3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 0.1.4
- 修复物料模式下的bug
- 增加表单/物料间切换的按钮
- 更换项目分隔符和排版

* 0.1.3
- 增加视窗宽度
- 增加物料提取功能
Expand Down
Binary file modified sdk.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SDK TOOL",
"version": "0.1.3",
"version": "0.1.4",
"icons": {
"128": "images/icon.png"
},
Expand Down
2 changes: 1 addition & 1 deletion updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='kiapedlmjgmhomenpmjfnieiialeikkf'>
<updatecheck codebase='https://github.com/chestnutchen/legoSdkTool/raw/master/sdk.crx' version='0.1.3' />
<updatecheck codebase='https://github.com/chestnutchen/legoSdkTool/raw/master/sdk.crx' version='0.1.4' />
</app>
</gupdate>

0 comments on commit c02bce3

Please sign in to comment.