Skip to content

Commit

Permalink
changed plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
rudimuc authored Nov 26, 2023
1 parent fbdd283 commit 8afa47e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
}

0 comments on commit 8afa47e

Please sign in to comment.