Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Dec 17, 2020
1 parent 62253da commit cabb810
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wireguide (0.2.1) unstable; urgency=low

* Adding desktop file.

-- Micke Nordin <[email protected]> Thu, 17 Dec 2020 18:11:29 +0100

wireguide (0.2.0) unstable; urgency=low

* Initial Debian packaging.
Expand Down
3 changes: 2 additions & 1 deletion debian/install
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/wireguide
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cabb810

Please sign in to comment.