diff --git a/dzgui.sh b/dzgui.sh index aab504c..e9416b6 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-21 +version=5.0.0.rc-22 #CONSTANTS aid=221100 @@ -527,10 +527,10 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="980b2363ff51c6d5b53573823413de35" + ["ui.py"]="920f67b7e1e18aef83a4da346fb08d9f" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="73898be7185d77ccdc67ace906a7db2c" + ["funcs"]="37e7a32b5ac1fc5cefb8d9afb431beb2" ) local author="aclist" local repo="dztui" diff --git a/helpers/funcs b/helpers/funcs index fcba496..7a44069 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-21 +version=5.0.0.rc-22 #CONSTANTS aid=221100 diff --git a/helpers/ui.py b/helpers/ui.py index a5cf826..48a62ae 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -15,7 +15,7 @@ locale.setlocale(locale.LC_ALL, '') gi.require_version("Gtk", "3.0") from gi.repository import Gtk, GLib, Gdk, GObject, Pango -# 5.0.0-rc.21 +# 5.0.0-rc.22 app_name = "DZGUI" cache = {}