We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a55a87 commit 4532070Copy full SHA for 4532070
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = "org.jabref"
12
-version = '1.1.1-SNAPSHOT'
+version = '1.1.1'
13
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
14
15
java {
src/mslinks/ShellLink.java
@@ -38,7 +38,7 @@
38
39
public class ShellLink {
40
41
- public static final String VERSION = "1.1.0";
+ public static final String VERSION = "1.1.1";
42
43
private static HashMap<Integer, Class<? extends Serializable>> extraTypes = new HashMap<>(Map.of(
44
ConsoleData.signature, ConsoleData.class,
0 commit comments