Skip to content

Commit 21d58e8

Browse files
committed
Proper version update (1.7.1)
1 parent 4e2127d commit 21d58e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

launch4j.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
<runtimeBits>64/32</runtimeBits>
2525
</jre>
2626
<versionInfo>
27-
<fileVersion>1.7.0.0</fileVersion>
28-
<txtFileVersion>1.7</txtFileVersion>
27+
<fileVersion>1.7.1.0</fileVersion>
28+
<txtFileVersion>1.7.1</txtFileVersion>
2929
<fileDescription>Another open source cross-platform GUI for the todo.txt file format</fileDescription>
3030
<copyright>Copyright 2013-2018 Christian M. Schmid</copyright>
31-
<productVersion>1.7.0.0</productVersion>
32-
<txtProductVersion>1.7</txtProductVersion>
31+
<productVersion>1.7.1.0</productVersion>
32+
<txtProductVersion>1.7.1</txtProductVersion>
3333
<productName>jdotxt</productName>
3434
<companyName></companyName>
3535
<internalName>jdotxt</internalName>
36-
<originalFilename>jdotxt-1.7-java8.exe</originalFilename>
36+
<originalFilename>jdotxt-1.7.1-java8.exe</originalFilename>
3737
<trademarks></trademarks>
3838
<language>ENGLISH_US</language>
3939
</versionInfo>

src/com/chschmid/jdotxt/Jdotxt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import com.todotxt.todotxttouch.task.TaskBagFactory;
4040

4141
public class Jdotxt {
42-
public static final String VERSION = "1.6";
42+
public static final String VERSION = "1.7.1";
4343
public static final String APPID = "chschmid.jdotxt";
4444

4545
public static final int AUTOSAVE_DELAY = 3000;

0 commit comments

Comments
 (0)