Skip to content

Commit 51279bd

Browse files
authored
Changed Plugin name and ID
due to problems in the github actions of obsidian the ID and name of the plugin had to be changed.
1 parent e62d14d commit 51279bd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"id": "obsidian-coder-plugin",
3-
"name": "Encoder/Decoder Plugin",
4-
"version": "1.0.0",
2+
"id": "coder-plugin",
3+
"name": "Encoder/Decoder",
4+
"version": "1.0.1",
55
"minAppVersion": "0.15.0",
66
"description": "This plugin converts texts into base64 and other formats.",
77
"author": "Rudi Häusler",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "obsidian-coder-plugin",
2+
"name": "coder-plugin",
33
"version": "1.0.0",
44
"description": "This plugin converts texts into base64 and other formats.",
55
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"1.0.0": "0.15.0",
3+
"1.0.1": "0.15.0",
34
}

0 commit comments

Comments
 (0)