From 07fb0b5a7518e9809d2823ffe98d14e5f6f38601 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Mon, 7 Oct 2019 21:33:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.5=20=E2=86=92=200.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/automoli/automoli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/automoli/automoli.py b/apps/automoli/automoli.py index fe20bf9..bcaf4a8 100644 --- a/apps/automoli/automoli.py +++ b/apps/automoli/automoli.py @@ -13,7 +13,7 @@ APP_NAME = "AutoMoLi" APP_ICON = "💡" -APP_VERSION = "0.4.5" +APP_VERSION = "0.4.6" ON_ICON = APP_ICON OFF_ICON = "🌑"