Skip to content

Commit fb6c1da

Browse files
committed
Version updated to 2.0
1 parent 5e52c48 commit fb6c1da

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

emitters.bin

0 Bytes
Binary file not shown.

pom.xml

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

55
<groupId>ru.shemplo</groupId>
66
<artifactId>tinkoff-bond-scanner</artifactId>
7-
<version>1.8</version>
7+
<version>2.0</version>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

scripts/launch4j-build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<opt>-Dfile.encoding=UTF-8</opt>
2626
</jre>
2727
<versionInfo>
28-
<fileVersion>1.8.0.0</fileVersion>
29-
<txtFileVersion>TBS ACI and commissions</txtFileVersion>
28+
<fileVersion>2.0.0.0</fileVersion>
29+
<txtFileVersion>New Tinkoff investment API </txtFileVersion>
3030
<fileDescription>Tinkoff bonds scanner application</fileDescription>
3131
<copyright>https://github.com/Shemplo/TBS</copyright>
32-
<productVersion>1.8.0.0</productVersion>
33-
<txtProductVersion>TBS ACI and commissions</txtProductVersion>
32+
<productVersion>2.0.0.0</productVersion>
33+
<txtProductVersion>TBS New Tinkoff investment API </txtProductVersion>
3434
<productName>Tinkoff bonds scanner</productName>
3535
<companyName></companyName>
3636
<internalName>TBS</internalName>

src/main/java/ru/shemplo/tbs/gfx/launcher/TBSLauncher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ private Parent makeStatisticsSection () {
248248

249249
line.getChildren ().add (new Text ("Make detailed report on all operations in your accounts [will be implemented soon]"));
250250

251-
final var itemProperty = profilesList.getSelectionModel ().selectedItemProperty ();
252-
openStatisticsButton.disableProperty ().bind (itemProperty.isNull ());
251+
//final var itemProperty = profilesList.getSelectionModel ().selectedItemProperty ();
252+
//openStatisticsButton.disableProperty ().bind (itemProperty.isNull ());
253253

254254
return line;
255255
}

0 commit comments

Comments
 (0)