diff --git a/docs/DocsBuild.sbt b/docs/DocsBuild.sbt index d968af6852..63217889d5 100644 --- a/docs/DocsBuild.sbt +++ b/docs/DocsBuild.sbt @@ -16,7 +16,7 @@ lazy val docs = (project in file(".")). ). settings( // Set version string - version in ParadoxSite := "v2.0.0", + version in ParadoxSite := "v2.1.0", // Ghpages settings ghpagesNoJekyll := true, diff --git a/docs/src/paradox/00-release-notes/v2.x.x.md b/docs/src/paradox/00-release-notes/v2.x.x.md index 8d140c93e8..ab46b1d05c 100644 --- a/docs/src/paradox/00-release-notes/v2.x.x.md +++ b/docs/src/paradox/00-release-notes/v2.x.x.md @@ -31,7 +31,7 @@ description. - trouble with xml-checker and/or consistency-checker during bulk import (@github[#978](#978)) - ontology API error with link values (@github[#988](#988)) -## v2.1.0 (not released yet) +## v2.1.0 ### New features: @@ -42,3 +42,9 @@ section in the documentation for more information (@github[#1025](#1025)) ### Bugfixes: - sipi container config / sipi not able to talk to knora (@github[#988](#994)) + +## v2.x.x (not released yet) + +### New features: + +### Bugfixes: \ No newline at end of file diff --git a/salsah1/SalsahBuild.sbt b/salsah1/SalsahBuild.sbt index 1f6e101a2a..f5f9064265 100644 --- a/salsah1/SalsahBuild.sbt +++ b/salsah1/SalsahBuild.sbt @@ -4,7 +4,7 @@ import NativePackagerHelper._ lazy val salsahCommonSettings = Seq( organization := "org.knora", name := "salsah", - version := "2.0.0", + version := "2.1.0", scalaVersion := "2.12.4" ) diff --git a/webapi/WebapiBuild.sbt b/webapi/WebapiBuild.sbt index 5423512454..7590cf3e8f 100644 --- a/webapi/WebapiBuild.sbt +++ b/webapi/WebapiBuild.sbt @@ -10,7 +10,7 @@ connectInput in run := true lazy val webApiCommonSettings = Seq( organization := "org.knora", name := "webapi", - version := "2.0.0", + version := "2.1.0", scalaVersion := "2.12.4" )