diff --git a/src/modules/constants.py b/src/modules/constants.py index 186e765..264c6a4 100644 --- a/src/modules/constants.py +++ b/src/modules/constants.py @@ -1,6 +1,6 @@ VERSION_PREFIX: str = "v" APP_NAME: str = "Userscript Proxy" -VERSION: str = "1.0.0" +VERSION: str = "1.1.0" ATTRIBUTE_UP_VERSION: str = "data-userscript-proxy-version" DEFAULT_RULES_DIR: str = "default-rules/"