This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v0.4.0' into main
- Loading branch information
Showing
3 changed files
with
84 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
{ | ||
"mods": [ | ||
{ | ||
"name": "EridiumLib", | ||
"authors": ["Chronophylos", "Relentless"], | ||
"description": [ | ||
"Holds utility functions for some mods.\n", | ||
"\n", | ||
"Everything related to versions and their release notes can be found in the [changelog](https://github.com/RLNT/bl2_eridium/blob/main/CHANGELOG.md).\n", | ||
"If you found a bug or you have a feature request, please use our issue tracker linked below.\n", | ||
"In case you need support, please join our [Discord](https://discordapp.com/invite/Q3qxws6)." | ||
], | ||
"tagline": "Holds utility functions for some mods.", | ||
"types": ["Library"], | ||
"supports": ["BL2", "TPS"], | ||
"issues": "https://github.com/RLNT/bl2_eridium/issues", | ||
"source": "https://github.com/RLNT/bl2_eridium", | ||
"latest": "0.3.2", | ||
"versions": { | ||
"0.3.2": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.3.2" | ||
}, | ||
"license": [ | ||
"GNU Lesser General Public License v2.1", | ||
"https://github.com/RLNT/bl2_eridium/blob/main/LICENSE" | ||
] | ||
} | ||
] | ||
"mods": [ | ||
{ | ||
"name": "EridiumLib", | ||
"authors": ["Chronophylos", "Relentless"], | ||
"description": [ | ||
"Holds utility functions for some mods.\n", | ||
"\n", | ||
"Everything related to versions and their release notes can be found in the [changelog](https://github.com/RLNT/bl2_eridium/blob/main/CHANGELOG.md).\n", | ||
"If you found a bug or you have a feature request, please use our issue tracker linked below.\n", | ||
"In case you need support, please join our [Discord](https://discordapp.com/invite/Q3qxws6)." | ||
], | ||
"tagline": "Holds utility functions for some mods.", | ||
"types": ["Library"], | ||
"supports": ["BL2", "TPS"], | ||
"issues": "https://github.com/RLNT/bl2_eridium/issues", | ||
"source": "https://github.com/RLNT/bl2_eridium", | ||
"latest": "0.4.0", | ||
"versions": { | ||
"0.4.0": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.4.0", | ||
"0.3.2": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.3.2" | ||
}, | ||
"license": ["GNU Lesser General Public License v2.1", "https://github.com/RLNT/bl2_eridium/blob/main/LICENSE"] | ||
} | ||
] | ||
} |