diff --git a/pom.xml b/pom.xml index d48b5fd6e..e3a2cdd3b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.lobid lobid-resources - 1.0.0 + 1.0.1-SNAPSHOT UTF-8 UTF-8 diff --git a/web/build.sbt b/web/build.sbt index add2db4b5..24866692d 100644 --- a/web/build.sbt +++ b/web/build.sbt @@ -1,6 +1,6 @@ name := "lobid-resources-web" -version := "1.0.0" +version := "1.0.1-SNAPSHOT" scalaVersion := "2.11.12"