From c524eb85443dc4ffe2bbe052dbdbe655d28e4841 Mon Sep 17 00:00:00 2001 From: Frederik Kammel Date: Wed, 17 Feb 2021 16:21:50 +0100 Subject: [PATCH] Mentioned the last Java 1.8 version and the new Java 10 version in the readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 665a791..bc88ff6 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,22 @@ mslinks Library for parsing and creating Windows shortcut files (.lnk) *** This is a exact fork of [BlackOverlord666/mslinks](https://github.com/BlackOverlord666/mslinks), however, I published it on maven central: + +**Java 10** +```xml + + com.github.vatbub + mslinks + 1.0.6.1 + +``` + +**Java 1.8** ```xml com.github.vatbub mslinks - 1.0.3.1 + 1.0.5 ```