Skip to content

Commit 559396f

Browse files
committed
version changed
1 parent be99236 commit 559396f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/control/VersionValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class VersionValidator {
2020
private final int YES = 0;
21-
private final String VERSION = "v0.2.0";
21+
private final String VERSION = "v0.2.1";
2222
private String LATEST_VERSION;
2323

2424
public boolean validate() {

src/view/ResultList.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ public void refresh() {
137137
} else if (listMode == ResultListMode.SEARCH_MODE) {
138138
showPdfMatches(dashboard.getSearchFieldInput());
139139
}
140+
dashboard.setNumberofIngoredPdfs(getIgnoredIliasPdfs().size());
141+
dashboard.setNumberOfUnsynchronizedPdfs(getUnsynchronizedPdfs().size());
140142
}
141143

142144
public void showIgnoredFiles() {

0 commit comments

Comments
 (0)