Skip to content

Commit 4532070

Browse files
bumped version number
1 parent 2a55a87 commit 4532070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.jabref"
12-
version = '1.1.1-SNAPSHOT'
12+
version = '1.1.1'
1313
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1414

1515
java {

src/mslinks/ShellLink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
public class ShellLink {
4040

41-
public static final String VERSION = "1.1.0";
41+
public static final String VERSION = "1.1.1";
4242

4343
private static HashMap<Integer, Class<? extends Serializable>> extraTypes = new HashMap<>(Map.of(
4444
ConsoleData.signature, ConsoleData.class,

0 commit comments

Comments
 (0)