Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 0556662

Browse files
committed
version 2.0.0
1 parent 492d332 commit 0556662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
---------
33

4-
### v1.1.0 (Work-In-Progress)
4+
### v2.0.0 (2016-11-20)
55
* Localization of messages (English, German, French) (fixes #27 / PR #30, Thanks to @ebourg for his contribution)
66
* Improve the version of Java reported in the error messages (fixes #28)
77
* Send to java.com when the version of Java installed is too old (fixes #29)
@@ -12,7 +12,7 @@ ChangeLog
1212
* Switch to `/bin/bash` with changes in #35
1313
* Add support for arrays of VMOptions in Apple style Info.plists (PR #25, Thanks to @spectre683 for his contribution)
1414
* Pass command line arguments through to the application (PR #31, Thanks to @dbankieris for his contribution)
15-
* Allow specifying `$JAVA_HOME` relative to `$AppPackageFolder` (PR #26, Thanks to @toonetown for his contribution)
15+
* Allow specifying `$JAVA_HOME` relative to `$AppPackageFolder` (fixes #7 / PR #26, Thanks to @toonetown for his contribution)
1616
* This allows you to set a relative `$JAVA_HOME` via the `<LSEnvironment>` Plist key
1717
* Which means you can bundle a custom version of Java inside your app!
1818

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
1616
# @date 2016-11-20 #
17-
# @version 1.0.1 #
17+
# @version 2.0.0 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)