Bump version
This commit is contained in:
parent
62253da848
commit
cabb8103cb
3 changed files with 9 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
wireguide (0.2.1) unstable; urgency=low
|
||||
|
||||
* Adding desktop file.
|
||||
|
||||
-- Micke Nordin <hej@mic.ke> Thu, 17 Dec 2020 18:11:29 +0100
|
||||
|
||||
wireguide (0.2.0) unstable; urgency=low
|
||||
|
||||
* Initial Debian packaging.
|
||||
|
|
3
debian/install
vendored
3
debian/install
vendored
|
@ -1,2 +1,3 @@
|
|||
src/wireguide usr/bin
|
||||
src/wireguide /usr/bin
|
||||
src/wireguide.desktop /usr/share/applications
|
||||
src/ke.mic.wireguide.png /usr/share/icons/hicolor/256x256
|
||||
|
|
|
@ -26,7 +26,7 @@ class WireFrame(wx.Frame): # pylint: disable=too-many-ancestors,too-many-instan
|
|||
icon = get_logo_path()
|
||||
if icon:
|
||||
self.SetIcon(wx.Icon(icon))
|
||||
self.version = "0.2.0"
|
||||
self.version = "0.2.1"
|
||||
|
||||
# Get active conns from NetworkManager
|
||||
self.client = NM.Client.new(None)
|
||||
|
|
Loading…
Add table
Reference in a new issue