diff --git a/release.sh b/release.sh
index 0aa574e5c3d7b56fef5ebd260451ea15cadd3fab..65f02a25736295f4162b87848f73a194bc41b0ac 100755
--- a/release.sh
+++ b/release.sh
@@ -43,7 +43,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
 
   # Commit
   git reset HEAD
-  git add package.json config.xml install.sh
+  git add package.json config.xml install.sh www/js/config.js
   git commit -m "v$2"
   git tag "v$2"
   git push
diff --git a/www/js/config.js b/www/js/config.js
index a5685437d8b16d8778b0bb485ca92c90129d946a..09fa99e7d4376ec4eeec7a47aef35e5a9e909e53 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -29,7 +29,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.2.6",
-	"build": "2016-08-25T06:51:00.355Z",
+	"build": "2016-08-25T07:16:49.361Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })