diff --git a/README.md b/README.md index ae41556..d2d4b15 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Run VS Code on your server and access it in the browser -**Shipped version:** 3.10.2~ynh2 +**Shipped version:** 3.11.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 1941d7e..7db77f0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 3.10.2~ynh2 +**Version incluse :** 3.11.0~ynh1 diff --git a/manifest.json b/manifest.json index 52d0417..d84a18b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Run VS Code on your server and access it in the browser", "fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" }, - "version": "3.10.2~ynh2", + "version": "3.11.0~ynh1", "url": "https://github.com/cdr/code-server", "upstream": { "license": "mit", diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d9d957..a86d096 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -23,7 +23,7 @@ function setup_source { pushd "$final_path" git fetch --all 2>&1 git reset --hard 2>&1 - git checkout 4fc8d9861082eee62e8ee18cf6949f7453b211ae 2>&1 + git checkout c04198697698dc72b5981fd1b70d6ecbd9b22caa 2>&1 popd ynh_replace_special_string -m "throw new Error('compilation requires 4GB of RAM')" -r "console.log('compilation requires 4GB of RAM')" -f "$final_path/lib/vscode/build/lib/compilation.js"