Skip to content

Commit c84e821

Browse files
Release of version 4.1
1 parent e68b898 commit c84e821

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.tor.dswb</groupId>
66
<artifactId>dsworkbench</artifactId>
7-
<version>4.0</version>
7+
<version>4.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

Core/src/main/java/de/tor/tribes/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @author Torridity
2323
*/
2424
public class Constants {
25-
public final static double VERSION = 4.0;
25+
public final static double VERSION = 4.1;
2626
public final static String VERSION_ADDITION = "";
2727
public final static Color DS_BACK = new Color(225, 213, 190);
2828
public final static Color DS_BACK_LIGHT = new Color(239, 235, 223);

ParserPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.tor.dswb</groupId>
66
<artifactId>dsworkbench</artifactId>
7-
<version>4.0</version>
7+
<version>4.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>dsworkbench</artifactId>
77
<name>DSWorkbench</name>
88
<packaging>pom</packaging>
9-
<version>4.0</version>
9+
<version>4.1</version>
1010

1111
<description>
1212
Parent project for DS Workbench. The project contains two modules: core and plugins which are put together

0 commit comments

Comments
 (0)