1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 05:12:36 +01:00

chore: bump version

This commit is contained in:
aclist 2024-01-17 10:09:27 +09:00
parent 08686bb961
commit 359d57a3ef
3 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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

View file

@ -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 = {}