diff --git a/appveyor.yml b/appveyor.yml
index 64cbe723ae138065770edc919b578a24d2e0312f..24970f1852cef092638c862bc461292ff5ac75ef 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -48,7 +48,7 @@ after_test:
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v%ADDON_VERSION%-win32-x64\node_sqlite3.node /Y
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../..
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production
-  - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui@0.3.1 --save --production
+  - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui --save --production
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %cd%\node_modules\duniter-ui\node_modules
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
diff --git a/ci/travis/before_deploy.sh b/ci/travis/before_deploy.sh
index 7ec77977673b173b33bdabd1eb4fd12f785455ca..7955fa1bdf802b94d60a298cf2f7270b4bad4df9 100755
--- a/ci/travis/before_deploy.sh
+++ b/ci/travis/before_deploy.sh
@@ -17,7 +17,7 @@ if [[ ! -f before_deploy ]]; then
 
   # Clean test and UI packages
   npm prune --production
-  npm install duniter-ui@0.3.1 --save --production
+  npm install duniter-ui --save --production
   rm -Rf node_modules/duniter-ui/node_modules
 
   SRC=`pwd`