Skip to content

Commit

Permalink
optimize & bugfix:
Browse files Browse the repository at this point in the history
1. 修复一个导出excel后urls和查询结果数据不一致的bug
2. 优化提示信息:当选中https数据而未勾选证书查询时,提示需要先勾选证书查询才能搜索对应证书
fixes #94
  • Loading branch information
flashine committed May 14, 2022
1 parent 9d5c790 commit 3131d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fofaviewer/main/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.fofaviewer.controllers.MainController;

public class MainApp extends Application {
private final String version = "1.1.7";
private final String version = "1.1.8";

@Override
public void start(Stage stage) throws Exception {
Expand Down

0 comments on commit 3131d22

Please sign in to comment.