aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmagnus2
1 files changed, 1 insertions, 1 deletions
diff --git a/magnus b/magnus
index c12bcaa..9da45ca 100755
--- a/magnus
+++ b/magnus
@@ -12,7 +12,7 @@ gi.require_version('Keybinder', '3.0')
from gi.repository import \
Gtk, Gdk, GLib, GdkPixbuf, Gio, Keybinder # noqa: E402
-__VERSION__ = "1.0.3"
+__VERSION__ = "1.0.4"
class Main(object):
bgstack15