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

Commit f2555a1

Browse files
committed
version 0.8.1
1 parent 4a93c1d commit f2555a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

4+
### v0.8.1 (2015-03-26)
5+
* Bugfix for `JVMVersion` key present but no JVMs in `/usr/libexec/java_home`
6+
47
### v0.8.0 (2015-02-22)
58
* support for `JVMVersion` key (fixes #13, Thanks to @Dylan-M for his contribution)
69
* use `$HOME` instead of `~` to set the users home directory (fixes #11)

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-02-22 #
17-
# @version 0.8.0 #
16+
# @date 2015-03-26 #
17+
# @version 0.8.1 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)