diff --git a/config.json b/config.json index d3c71753..166cfc90 100644 --- a/config.json +++ b/config.json @@ -3674,7 +3674,8 @@ "limegradient.modprofiles": { "verified": false, "versions": [ - "1.0.0" + "1.0.0", + "1.0.1" ] }, "the_bearodactyl.ocd-icons": { diff --git a/mods-v2/limegradient.modprofiles/1.0.1/entry.json b/mods-v2/limegradient.modprofiles/1.0.1/entry.json new file mode 100644 index 00000000..849b73fb --- /dev/null +++ b/mods-v2/limegradient.modprofiles/1.0.1/entry.json @@ -0,0 +1,15 @@ +{ + "commit-author": "LimeGradient", + "platforms": [ + "macos", + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/LimeGradient/ModProfiles/releases/download/v1.0.1/limegradient.modprofiles.geode", + "hash": "e30650077908184157d21a47ce15e9df20b05657209760128bd4b3221133aa8f", + "hash256": "6a9cd0398c9e967cced8878bd78827580ff124dcf5f79a7e313cc7f32ef7bb1a" + }, + "tags": [] +} \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/1.0.1/mod.json b/mods-v2/limegradient.modprofiles/1.0.1/mod.json new file mode 100644 index 00000000..d9cc2ec3 --- /dev/null +++ b/mods-v2/limegradient.modprofiles/1.0.1/mod.json @@ -0,0 +1,18 @@ +{ + "geode": "2.0.0-beta.27", + "gd": { + "android": "2.205", + "win": "2.204", + "mac": "2.200" + }, + "version": "v1.0.1", + "id": "limegradient.modprofiles", + "name": "Mod Profiles", + "developer": "LimeGradient", + "description": "Share your mods with others!", + "resources": { + "sprites": [ + "resources/*.png" + ] + } +} \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/changelog.md b/mods-v2/limegradient.modprofiles/changelog.md index 03b8ee58..18560d49 100644 --- a/mods-v2/limegradient.modprofiles/changelog.md +++ b/mods-v2/limegradient.modprofiles/changelog.md @@ -1,2 +1,6 @@ +# v1.0.1 +* Optimized Mod Downloading ([ninXout](https://github.com/ninXout)) +* Fixed crash while downloading mods + # v1.0.0 * Initial Release \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/logo.png b/mods-v2/limegradient.modprofiles/logo.png index da6b75b5..c502998c 100644 Binary files a/mods-v2/limegradient.modprofiles/logo.png and b/mods-v2/limegradient.modprofiles/logo.png differ