From 0cd164095864152ab5c8768122f40a1332b5a7cd Mon Sep 17 00:00:00 2001 From: alexcoder04 Date: Sat, 24 Sep 2022 14:52:35 +0200 Subject: [PATCH] manifest v4 --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8521594..c808cad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "manifestVersion": 3.0, + "manifestVersion": 4.0, "packageName": "coreutils", - "packageVersion": "0.3.0", + "packageVersion": "0.3.1", "depends": [], - "compatibleVersions": ["2.1.0"], + "compatibleVersions": ["2.2.0"], "build": { "command": "dotnet", "args": ["build", "--nologo"], @@ -14,7 +14,7 @@ "project": { "maintainer": "alexcoder04", "email": "alexcoder04@protonmail.com", - "homepage": "https://github.com/alexcoder04/LeoConsole-coreutils", - "bugTracker": "https://github.com/alexcoder04/LeoConsole-coreutils/issues" + "homepage": "https://github.com/lcpluginmaker/coreutils", + "bugTracker": "https://github.com/lcpluginmaker/coreutils/issues" } }