Skip to content

Commit

Permalink
patches for api and legacy pack
Browse files Browse the repository at this point in the history
  • Loading branch information
DillyzThe1 committed Feb 5, 2023
1 parent b6a14e8 commit ac4d39c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions data/announcement.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"date": "1/31/2023",
"title": "Welcome to DRAPI Mod Manager!",
"version": 3,
"date": "2/4/2023",
"title": "API & Legacy Pack Update Notice",
"author": "DillyzThe1",
"text": "Heyo!\nWelcome to the first public release of DRAPI Mod Manager!\nYou may use this launcher to play Among Us mods that devs have requested to have been added!\nHave fun!"
"text": "Hey! Small Update!\nI've noticed that some features were missing in the api and a slight bug was present in the legacy pack, so I've released new version for you guys to use!\nHave fun!"
}
16 changes: 8 additions & 8 deletions data/launcher_latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"mods": [
{
"name": "DillyzRoleApi",
"file": "https://github.com/DillyzThe1/DillyzRoleApi-Rewritten/releases/download/2.1.0/DillyzRoleApi-Rewritten.dll",
"file": "https://github.com/DillyzThe1/DillyzRoleApi-Rewritten/releases/download/2.1.1/DillyzRoleApi-Rewritten.dll",
"source": "https://github.com/DillyzThe1/DillyzRoleApi-Rewritten",
"banner": "https://raw.githubusercontent.com/DillyzThe1/DRAPI-Mod-Manager/main/data/banners/api.png",
"bannervers": 0,
"version": 1,
"versionname": "v2.1.0",
"version": 2,
"versionname": "v2.1.1",
"description": "A huge API that improves Among Us for users and modders!\nMake roles in minutes!",
"author": "DillyzThe1",
"downloadable": true,
Expand All @@ -42,20 +42,20 @@
},
{
"name": "DillyzLegacyPack",
"file": "https://github.com/DillyzThe1/DillyzLegacyPack/releases/download/v1.0.0/DillyzLegacyPack.dll",
"file": "https://github.com/DillyzThe1/DillyzLegacyPack/releases/download/v1.0.1/DillyzLegacyPack.dll",
"banner": "https://raw.githubusercontent.com/DillyzThe1/DRAPI-Mod-Manager/main/data/banners/legacy.png",
"source": "https://github.com/DillyzThe1/DillyzLegacyPack",
"bannervers": 0,
"version": 1,
"versionname": "v1.0.0",
"version": 2,
"versionname": "v1.0.1",
"description": "3 of the original Dillyz roles alongside 1 brand new reimagined mod as a role!",
"author": "DillyzThe1",
"downloadable": true,
"dependencies": [
{
"name": "DillyzRoleApi",
"version": 1,
"versionname": "v2.1.0"
"version": 2,
"versionname": "v2.1.1"
}
]
},
Expand Down

0 comments on commit ac4d39c

Please sign in to comment.