From 8afa47eecc8b315a0fb5d024c8750ed540c4febc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudi=20H=C3=A4usler?= Date: Sun, 26 Nov 2023 01:15:40 +0100 Subject: [PATCH] changed plugin id --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d685424..e0cdca7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "coder-plugin", + "id": "coder", "name": "Encoder/Decoder", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "This plugin converts texts into base64 and other formats.", "author": "Rudi Häusler", diff --git a/package.json b/package.json index 801fdfd..1f888b7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "coder-plugin", + "name": "coder", "version": "1.0.0", "description": "This plugin converts texts into base64 and other formats.", "main": "main.js", diff --git a/versions.json b/versions.json index a891b48..f66b649 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", + "1.0.2": "0.15.0" }