diff --git a/README.md b/README.md
index 8190089..79a1a3d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ To use Schematic, you need to add the following Maven dependency to your project
com.bjoernkw
schematic
- 0.1.1
+ 0.1.4
```
diff --git a/pom.xml b/pom.xml
index cefc1cf..305b66b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.bjoernkw
schematic
- 0.1.4-SNAPSHOT
+ 0.1.4
Schematic
Database management UI for Spring Boot
diff --git a/src/main/java/com/bjoernkw/schematic/SchematicProperties.java b/src/main/java/com/bjoernkw/schematic/SchematicProperties.java
index 10601bb..c653a50 100644
--- a/src/main/java/com/bjoernkw/schematic/SchematicProperties.java
+++ b/src/main/java/com/bjoernkw/schematic/SchematicProperties.java
@@ -9,7 +9,7 @@ public class SchematicProperties {
private String name;
- private String version = "0.1.2";
+ private String version = "0.1.4";
public String getName() {
return name;