Skip to content

Commit

Permalink
update to version 0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
dipoo committed May 8, 2016
1 parent bcd80af commit 8195fab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
============
适合里站,表站未知;

百度网盘:[egdownloader0.75.exe](http://pan.baidu.com/s/1bnHM8NH) 下载。
百度网盘:[egdownloader0.80.exe](http://pan.baidu.com/s/1qY9Y8Cc) 下载。

2 changes: 1 addition & 1 deletion script/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V.2015.09.10
V.2016.05.07
2 changes: 1 addition & 1 deletion src/org/arong/egdownloader/ui/work/ZIPWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected Void doInBackground() throws Exception {
e.printStackTrace();
}
}
Tracker.println(task.getDisplayName() + ":打包完成");
Tracker.println(task.getDisplayName() + ":打包完成(保存在下载目录)");
w.dispose();
}
return null;
Expand Down
4 changes: 2 additions & 2 deletions src/org/arong/egdownloader/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ public final class Version {
// 程序名
public final static String NAME = "EG下载器";
// 程序版本号
public final static String VERSION = "0.75";
public final static String VERSION = "0.80";
// 程序作者
public final static String AUTHOR = "dipoo";
// 程序最后修改时间
public final static String MODIFLIED = "2015-09-10";
public final static String MODIFLIED = "2016-05-07";

}

0 comments on commit 8195fab

Please sign in to comment.