mirror of
https://github.com/rudimuc/obsidian-coder.git
synced 2026-07-22 09:00:29 +00:00
changed plugin id
This commit is contained in:
parent
fbdd283df4
commit
8afa47eecc
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.0.2": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue