From 6cfbfcc51e6c4a4d01db92ad8de7e6544f43a048 Mon Sep 17 00:00:00 2001 From: Simon Alling Date: Tue, 23 Mar 2021 20:32:52 +0100 Subject: [PATCH] v1.1.0 --- src/modules/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"