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

Merge pull request #149 from aclist/release/5.3.0

chore: normalize version
This commit is contained in:
aclist 2024-09-01 13:19:35 +09:00 committed by GitHub
commit 23798c91d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.3.3
version=5.3.0
#CONSTANTS
aid=221100
@ -562,10 +562,10 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file"
declare -A sums
sums=(
["ui.py"]="13bb5456aa9d95efdf2335e437f4c6fb"
["ui.py"]="819a30c43644817a4f4a009f3df52b77"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="44eca80b207057423c2d298cc7cf1e29"
["funcs"]="e1998f02f17776ccf2108fe5e9396d75"
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
)
local author="aclist"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.3.3
version=5.3.0
#CONSTANTS
aid=221100

View file

@ -19,7 +19,7 @@ gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
from enum import Enum
# 5.3.3
# 5.3.0
app_name = "DZGUI"
start_time = 0