Skip to content
Snippets Groups Projects
Commit 3a389e09 authored by blackoverlord's avatar blackoverlord
Browse files

bumped version number

parent fb975ede
Branches master
Tags 1.1.0
No related merge requests found
......@@ -4,7 +4,7 @@ plugins {
id 'eclipse'
}
version = '1.0.9'
version = '1.1.0'
sourceCompatibility = 11.0
targetCompatibility = 11.0
......
......@@ -38,7 +38,7 @@ import mslinks.extra.VistaIDList;
public class ShellLink {
public static final String VERSION = "1.0.9";
public static final String VERSION = "1.1.0";
private static HashMap<Integer, Class<? extends Serializable>> extraTypes = new HashMap<>(Map.of(
ConsoleData.signature, ConsoleData.class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment