changed plugin id

This commit is contained in:
Rudi Häusler 2023-11-26 01:15:40 +01:00 committed by GitHub
parent fbdd283df4
commit 8afa47eecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
}