diff --git a/README.md b/README.md index 07dcf7f..44d5ba9 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ Release Notes -------- +### 3.7 - 3 Oct 2015 +- Markdown processor has been switched to [markedj](https://github.com/gitbucket/markedj) from pegdown +- Clone in desktop button + ### 3.6 - 30 Aug 2015 - User interface Improvements: Especially, commit list, issues and pull request have been updated largely. - Installed plugins list has been available at the system administration console. diff --git a/project/build.scala b/project/build.scala index 0d83921..1a41f0f 100644 --- a/project/build.scala +++ b/project/build.scala @@ -10,7 +10,7 @@ object MyBuild extends Build { val Organization = "gitbucket" val Name = "gitbucket" - val Version = "3.6.0" + val Version = "3.7.0" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1"