diff --git a/src/app_re_3.py b/src/app_re_3.py index fc0bbd4..741063b 100644 --- a/src/app_re_3.py +++ b/src/app_re_3.py @@ -123,7 +123,7 @@ r'v(?:arium|erid))|' # vi r'j(?:u79)|k(?:ontakte)|o(?:dka|i(?:ce(?:d|roid|s)?|d)|l(?:cano|kor|tron)|rtex00|te|vo|yeur(?:i(?:ng|sm))?)|' # v r'r(?:_?(?:chat|media))|shojo|tuber|ul(?:can|gar|pine|tures?|va))|' # v - r'w(?:_.+?|a(?:a+?|d(?:dles?|ing)|g(?:ashi|ging|ons?|s)|i(?:fu(?:2x|s)?|st(?:_.+?|coat|e[drs]|ing|s)?|t(?:ers?|ing|ress)?)|' # w + r'w(?:_.+?|a(?:a+?|d(?:dles?|ing)|g(?:ashi|ging|ons?|s)|i(?:fu(?:2x|s)?|ling|st(?:_.+?|coat|e[drs]|ing|s)?|t(?:ers?|ing|ress)?)|' # w r'k(?:e(?:_.+?)?|fu|ing(?:_up)?)|l(?:l(?:_.+?|aby|e[dt]|paper|s)?|k(?:_.+?|ing?)?|rus)|n(?:ds?|k(?:ing)?|ted)|' # wa r'r(?:_(?:beast|paint)|d(?:ed|robe)?|ehouse|i(?:oware|za)|locks?|m(?:e(?:d|rs?)|ing)?|nings?|paint|riors?|ts?|zone)?|' # wa r's(?:h(?:e[drs]|ing|room)?|te(?:d|lands?|s)?)|' # wa diff --git a/src/app_revision.py b/src/app_revision.py index 30f6544..d421006 100644 --- a/src/app_revision.py +++ b/src/app_revision.py @@ -9,10 +9,10 @@ APP_NAME = 'Ruxx' APP_VER_MAJOR = '1' APP_VER_SUB = '6' -APP_REVISION = '713' +APP_REVISION = '714' APP_IS_BETA = False APP_IS_BETA_TEXT = 'b' * APP_IS_BETA -APP_REV_DATE = '08 Dec 2024' +APP_REV_DATE = '17 Dec 2024' APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}' #