diff options
| -rw-r--r-- | snap/snapcraft.yaml | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3702bed0..7254a6c6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@  name: riseup-vpn  version: '0.10.5+git' -epoch: 1 +epoch: 2  summary: RiseupVPN, secure VPN. Powered by Bitmask.  description: |          RiseupVPN is an easy, fast, and secure VPN service from riseup.net. @@ -24,7 +24,6 @@ parts:                      - -usr/share/man          bitmask: -                #after: [gnome-3-26, desktop-gtk3]                  after: [desktop-gtk3]                  plugin: python                  python-version: python2  | 
