diff --git a/README.md b/README.md
index 533c4192188b00a34abe14962336868e124f6d4f..4c72c1d5d7323410d98e9c4c8fe540556dcd12ce 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-AlternariaModel
+# AlternariaModel
diff --git a/pom.xml b/pom.xml
index 4e8b15c771c0e9e1de00fc3bc4ec752f3adaae42..bdd4065d249f9580a837b273b00607ad2fabb49b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     
     <groupId>no.nibio.vips.model</groupId>
     <artifactId>AlternariaModel</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
     
     <repositories>
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>no.nibio.vips</groupId>
             <artifactId>VIPSCommon</artifactId>
-            <version>2.0.2</version>
+            <version>2.0.10</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>