Skip to content

Commit

Permalink
update to version 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dipoo committed Sep 10, 2015
1 parent 3ee9696 commit 1936fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.70.exe](http://pan.baidu.com/s/1hqxoOD2) 下载。
百度网盘:[egdownloader0.75.exe](http://pan.baidu.com/s/1bnHM8NH) 下载。

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.70";
public final static String VERSION = "0.75";
// 程序作者
public final static String AUTHOR = "dipoo";
// 程序最后修改时间
public final static String MODIFLIED = "2015-07-03";
public final static String MODIFLIED = "2015-09-10";

}

0 comments on commit 1936fb4

Please sign in to comment.