File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
src/com/kreative/pushchar/main Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 <key >CFBundleExecutable </key >
1010 <string >PushChar </string >
1111 <key >CFBundleGetInfoString </key >
12- <string >© 2008-2023 Kreative Software </string >
12+ <string >© 2008-2024 Kreative Software </string >
1313 <key >CFBundleIconFile </key >
1414 <string >PushChar.icns </string >
1515 <key >CFBundleIdentifier </key >
2121 <key >CFBundlePackageType </key >
2222 <string >APPL </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >2.2.1 </string >
24+ <string >2.2.2 </string >
2525 <key >CFBundleSignature </key >
2626 <string >Pu∫© </string >
2727 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
2- Created-By : 2.2.1 (Kreative Software)
2+ Created-By : 2.2.2 (Kreative Software)
33Main-Class : com.kreative.pushchar.main.Main
Original file line number Diff line number Diff line change 1616 <maxHeapSize >1024</maxHeapSize >
1717 </jre >
1818 <versionInfo >
19- <fileVersion >2.2.1 .0</fileVersion >
20- <txtFileVersion >2.2.1 </txtFileVersion >
19+ <fileVersion >2.2.2 .0</fileVersion >
20+ <txtFileVersion >2.2.2 </txtFileVersion >
2121 <fileDescription >PushChar</fileDescription >
22- <copyright >(C) 2008-2023 Kreative Software</copyright >
23- <productVersion >2.2.1 .0</productVersion >
24- <txtProductVersion >2.2.1 </txtProductVersion >
22+ <copyright >(C) 2008-2024 Kreative Software</copyright >
23+ <productVersion >2.2.2 .0</productVersion >
24+ <txtProductVersion >2.2.2 </txtProductVersion >
2525 <productName >PushChar</productName >
2626 <companyName >Kreative Software</companyName >
2727 <internalName >PushChar</internalName >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public static void main(String[] args) {
2424 while (argi < args .length ) {
2525 String arg = args [argi ++];
2626 if (arg .equalsIgnoreCase ("-version" ) || arg .equalsIgnoreCase ("--version" )) {
27- System .out .println ("PushChar 2.2.1 " );
28- System .out .println ("(c) 2012-2023 Kreative Software" );
27+ System .out .println ("PushChar 2.2.2 " );
28+ System .out .println ("(c) 2012-2024 Kreative Software" );
2929 if (mode == Mode .AUTO ) mode = Mode .INFO ;
3030 } else if (arg .equalsIgnoreCase ("-help" ) || arg .equalsIgnoreCase ("--help" )) {
3131 System .out .println ("java -jar pushchar.jar [ -f <fontname> ] [ -b | -i | -bi ] [ -s <fontsize> ]" );
You can’t perform that action at this time.
0 commit comments