Skip to content

Commit 57db659

Browse files
committed
manifest v4
1 parent be72e51 commit 57db659

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ However, some of it might be useful for debugging.
88

99
## How to install
1010

11-
This plugin is available in the [contrib](https://github.com/alexcoder04/LeoConsole-repo-contrib) repository.
11+
This plugin is available in the [contrib](https://github.com/lcpluginmaker/repo-contrib) repository.
1212
Enable it and then
1313

1414
```

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"manifestVersion": 3.0,
2+
"manifestVersion": 4.0,
33
"packageName": "hacks",
4-
"packageVersion": "1.0.1",
4+
"packageVersion": "1.0.2",
55
"depends": [],
6-
"compatibleVersions": ["2.1.0"],
6+
"compatibleVersions": ["2.2.0"],
77
"build": {
88
"command": "dotnet",
99
"args": ["build", "--nologo"],
@@ -14,7 +14,7 @@
1414
"project": {
1515
"maintainer": "alexcoder04",
1616
"email": "alexcoder04@protonmail.com",
17-
"homepage": "https://github.com/alexcoder04/LeoConsole-hacks",
18-
"bugTracker": "https://github.com/alexcoder04/LeoConsole-hacks/issues"
17+
"homepage": "https://github.com/lcpluginmaker/hacks",
18+
"bugTracker": "https://github.com/lcpluginmaker/hacks/issues"
1919
}
2020
}

0 commit comments

Comments
 (0)