Version bump.

This commit is contained in:
Andrew Lalis 2021-02-23 09:10:47 +01:00
parent f37df5defc
commit 32638e103d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>nl.andrewlalis</groupId> <groupId>nl.andrewlalis</groupId>
<artifactId>EntityRelationMappingEditor</artifactId> <artifactId>EntityRelationMappingEditor</artifactId>
<version>1.2.0</version> <version>1.3.0</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -7,7 +7,7 @@ import nl.andrewlalis.erme.view.EditorFrame;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
public class EntityRelationMappingEditor { public class EntityRelationMappingEditor {
public static final String VERSION = "1.2.0"; public static final String VERSION = "1.3.0";
public static void main(String[] args) { public static void main(String[] args) {
if (!FlatLightLaf.install()) { if (!FlatLightLaf.install()) {