diff --git a/README.md b/README.md index f36a135..d794db7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Release Notes -------- -### 2.1 - xx Sep 2014 +### 2.1 - 6 Jul 2014 - Upgrade to Slick 2.0 from 1.9 - Base part of the plug-in system is merged - Many bug fix and improvements diff --git a/src/main/scala/servlet/AutoUpdateListener.scala b/src/main/scala/servlet/AutoUpdateListener.scala index e79faa5..ea82d41 100644 --- a/src/main/scala/servlet/AutoUpdateListener.scala +++ b/src/main/scala/servlet/AutoUpdateListener.scala @@ -52,6 +52,7 @@ * The history of versions. A head of this sequence is the current BitBucket version. */ val versions = Seq( + new Version(2, 1), new Version(2, 0){ override def update(conn: Connection): Unit = { import eu.medsea.mimeutil.{MimeUtil2, MimeType}