Skip to content

Commit

Permalink
Merge pull request #10 from samicrusader/develop
Browse files Browse the repository at this point in the history
bump to 0.8.4
  • Loading branch information
samicrusader authored Sep 13, 2022
2 parents cd777bb + 455244a commit 8d5267b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

version 0.8.4 (samicrusader's fork):
- [new] packaged for Debian/Ubuntu
- [bugfix] more "detailed" logging for iptables failures

version 0.8.3 (samicrusader's fork):
- [new] dbus used for changing config instead of requiring qomui-gui to be ran as root
- [change] reformat code
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import glob
import os

VERSION = "0.8.3"
VERSION = "0.8.4"

data_files = [
('/usr/share/qomui', ['resources/countries.json']),
Expand Down

0 comments on commit 8d5267b

Please sign in to comment.