From cfddf75b4343cdfacb332dd7b0400fb4f7f0f397 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 18 Nov 2023 16:04:10 +0100 Subject: [PATCH] bump version --- xExtension-CustomCSS/metadata.json | 2 +- xExtension-CustomJS/metadata.json | 2 +- xExtension-ImageProxy/metadata.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xExtension-CustomCSS/metadata.json b/xExtension-CustomCSS/metadata.json index 5f35291..b606c56 100644 --- a/xExtension-CustomCSS/metadata.json +++ b/xExtension-CustomCSS/metadata.json @@ -2,7 +2,7 @@ "name": "Custom CSS", "author": "Marien Fressinaud", "description": "Give possibility to overwrite the CSS with a user-specific rules.", - "version": "0.2", + "version": "0.3", "entrypoint": "CustomCSS", "type": "user" } diff --git a/xExtension-CustomJS/metadata.json b/xExtension-CustomJS/metadata.json index b101d0e..c608f47 100644 --- a/xExtension-CustomJS/metadata.json +++ b/xExtension-CustomJS/metadata.json @@ -2,7 +2,7 @@ "name": "Custom JS", "author": "Frans de Jonge", "description": "Apply custom JS.", - "version": "0.2", + "version": "0.3", "entrypoint": "CustomJS", "type": "user" } diff --git a/xExtension-ImageProxy/metadata.json b/xExtension-ImageProxy/metadata.json index c184bb2..687423e 100644 --- a/xExtension-ImageProxy/metadata.json +++ b/xExtension-ImageProxy/metadata.json @@ -2,7 +2,7 @@ "name": "Image Proxy", "author": "Frans de Jonge", "description": "No insecure content warnings or disappearing images.", - "version": "0.5", + "version": "0.6", "entrypoint": "ImageProxy", "type": "user" }