diff --git a/build.xml b/build.xml
index 3348c82..5724e8c 100644
--- a/build.xml
+++ b/build.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/etc/deploy-assemby-jar.sh b/etc/deploy-assemby-jar.sh
index d953561..6bbebb3 100755
--- a/etc/deploy-assemby-jar.sh
+++ b/etc/deploy-assemby-jar.sh
@@ -4,6 +4,6 @@
-DartifactId=gitbucket-assembly\
-Dversion=3.1.1\
-Dpackaging=jar\
- -Dfile=../target/scala-2.11/gitbucket-assembly-3.1.1.jar\
+ -Dfile=../target/scala-2.11/gitbucket-assembly-3.2.0.jar\
-DrepositoryId=sourceforge.jp\
-Durl=scp://shell.sourceforge.jp/home/groups/a/am/amateras/htdocs/mvn/
diff --git a/project/build.scala b/project/build.scala
index d04332a..f2f5058 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.1.1"
+ val Version = "3.2.0"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"