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

Commit 4c1ba6d

Browse files
committed
version 1.0.1
1 parent 0ff59b3 commit 4c1ba6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

4+
### v1.0.1 (2015-11-02)
5+
* Improved display error message with applescript (PR #22, Thanks to @ygesnel for his initial contribution)
6+
* Reorder search for Java VM locations when specific JVM version is required (PR #22, Thanks to @yoe for his contribution)
7+
8+
49
### v1.0.0 (2015-10-08)
510
* Support for a splash file (PR #19)
611
* For details see https://github.com/tofi86/universalJavaApplicationStub/pull/19

src/universalJavaApplicationStub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# #
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
16-
# @date 2015-10-08 #
17-
# @version 1.0.0 #
16+
# @date 2015-11-02 #
17+
# @version 1.0.1 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)