diff --git a/ccmod.json b/ccmod.json index 57c9fd7..69996f1 100644 --- a/ccmod.json +++ b/ccmod.json @@ -1,7 +1,10 @@ { "id": "cc-discord", - "version": "1.0.0", - "name": "Rich Presence for Discord", + "version": "1.0.2", + "title": "Rich Presence for Discord", "description": "Show off your CrossCode skills in Discord.", + "repository": "https://github.com/CCDirectLink/CCdiscord", + "tags": ["cosmetic"], + "authors": ["dmitmel", "ac2pic", "keanuplayz", "omegalink12", "2767mr", "lexisother", "krypek"], "poststart": "mod.js" } diff --git a/package.json b/package.json index 2776942..5abc2f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Discord", "prestart": "mod.js", "ccmodHumanName": "Rich Presence for Discord", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://github.com/CCDirectLink/CCdiscord", "description": "Show off your CrossCode skills in Discord", "module": true,