Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from ProtonVPN/manifest-fix
Browse files Browse the repository at this point in the history
Updated package name inside the manifest file
  • Loading branch information
kaplun authored Jul 7, 2020
2 parents 338c91f + bd7fe2c commit 2df118f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include protonvpn_linux_gui/resources/ui/*.glade
include protonvpn_linux_gui/resources/styles/*.css
include protonvpn_linux_gui/resources/img/logo/*.png
include protonvpn_linux_gui/resources/img/utils/*.png
include protonvpn_linux_gui/resources/img/flags/large/*.jpg
include protonvpn_linux_gui/resources/img/flags/small/*.png
include linux_gui/resources/ui/*.glade
include linux_gui/resources/styles/*.css
include linux_gui/resources/img/logo/*.png
include linux_gui/resources/img/utils/*.png
include linux_gui/resources/img/flags/large/*.jpg
include linux_gui/resources/img/flags/small/*.png
2 changes: 1 addition & 1 deletion linux_gui/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import getpass
USER = getpass.getuser()

VERSION = "2.1.0"
VERSION = "2.1.1"
GITHUB_URL_RELEASE = "https://github.com/ProtonVPN/linux-gui/releases/latest"

# GUI configurations
Expand Down

0 comments on commit 2df118f

Please sign in to comment.