diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ed11849db..86a55da8f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.1.0+beta01' ## '4.0.0' +version: '4.0.1' ## '4.1.0_BETA01' summary: Glances an Eye on your system. A top/htop alternative. description: | @@ -9,7 +9,7 @@ description: | depending on the user interface size. base: core22 -grade: devel ## stable +grade: stable ## devel confinement: strict apps: @@ -49,7 +49,7 @@ parts: glances: plugin: python source: https://github.com/nicolargo/glances.git - source-branch: develop ## master + source-branch: master ## develop python-requirements: - requirements.txt - webui-requirements.txt