Skip to content

Commit

Permalink
release 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaytin committed Mar 17, 2016
1 parent b6962c2 commit 8fba9a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Puzzler",
"version": "0.8.6",
"description": "修复无法识别后缀名为大写的图片文件的问题|细节优化",
"version": "0.8.7",
"description": "增加 PSD 文件支持 <a href='https://github.com/superRaytin/puzzler/issues/3'>#3</a>",
"download": {
"allow": true,
"win32": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Puzzler",
"version": "0.8.6",
"version": "0.8.7",
"main": "src/main.html",
"window": {
"icon": "src/img/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var require = global.require,
module.exports = {
"name": "Puzzler",
"desc": "Slicing image into HTML",
"version": "0.8.6",
"version": "0.8.7",
"updateURL": "https://raw.githubusercontent.com/superRaytin/puzzler/stable/config.json",
"memory": {
"lastSaveDir": "", // 最后一次保存目录路径
Expand Down

0 comments on commit 8fba9a8

Please sign in to comment.