Update dependencies and version numbers

This commit is contained in:
Isaac Shoebottom 2024-01-21 00:16:02 -04:00
parent 6459e0e0e7
commit 43879ab87e
3 changed files with 14 additions and 10 deletions

View File

@ -4,16 +4,16 @@ x753-More_Suits-1.4.1
Sligili-More_Emotes-1.3.3 Sligili-More_Emotes-1.3.3
Sligili-HDLethalCompany-1.5.6 Sligili-HDLethalCompany-1.5.6
tinyhoot-ShipLoot-1.0.0 tinyhoot-ShipLoot-1.0.0
Rune580-LethalCompany_InputUtils-0.5.5 Rune580-LethalCompany_InputUtils-0.5.6
Renegades-WalkieUse-1.5.0 Renegades-WalkieUse-1.5.0
Renegades-FlashlightToggle-1.5.0 Renegades-FlashlightToggle-1.5.0
notnotnotswipez-MoreCompany-1.7.5 notnotnotswipez-MoreCompany-1.7.6
Tyzeron-Minimap-1.0.5 Tyzeron-Minimap-1.0.5
anormaltwig-LateCompany-1.0.10 anormaltwig-LateCompany-1.0.10
RugbugRedfern-Skinwalkers-4.0.1 RugbugRedfern-Skinwalkers-4.0.1
x753-Mimics-2.3.2 x753-Mimics-2.3.2
no00ob-LCSoundTool-1.5.0 no00ob-LCSoundTool-1.5.0
Clementinise-CustomSounds-2.3.1 Clementinise-CustomSounds-2.3.2
Hexnet111-SuitSaver-1.1.4 Hexnet111-SuitSaver-1.1.4
ATK-ShipClock-0.9.0 ATK-ShipClock-0.9.0
sunnobunno-LandMineFartReverb-1.0.3 sunnobunno-LandMineFartReverb-1.0.3
@ -31,3 +31,5 @@ Kittenji-Maxwell_ScrapItem-1.0.1
JunLethalCompany-GamblingMachineAtTheCompany-1.3.5 JunLethalCompany-GamblingMachineAtTheCompany-1.3.5
Amlinde-WhistleJester-1.0.0 Amlinde-WhistleJester-1.0.0
nodelll-kruumys_FixResolution-1.0.0 nodelll-kruumys_FixResolution-1.0.0
Midge-PushCompany-1.2.0
KoderTeh-Boombox_Controller-1.1.9

View File

@ -6,7 +6,7 @@ def main():
deps_file = sys.argv[1] deps_file = sys.argv[1]
NAME = "YooplePack" NAME = "YooplePack"
VERSION = "1.1.2" VERSION = "1.2.0"
WEBSITE = "https://github.com/IsaacShoebottom/YooplePack" WEBSITE = "https://github.com/IsaacShoebottom/YooplePack"
DESCRIPTION = "Modpack for the Yoople server" DESCRIPTION = "Modpack for the Yoople server"

View File

@ -1,6 +1,6 @@
{ {
"name": "YooplePack", "name": "YooplePack",
"version_number": "1.1.2", "version_number": "1.2.0",
"website_url": "https://github.com/IsaacShoebottom/YooplePack", "website_url": "https://github.com/IsaacShoebottom/YooplePack",
"description": "Modpack for the Yoople server", "description": "Modpack for the Yoople server",
"dependencies": [ "dependencies": [
@ -10,16 +10,16 @@
"Sligili-More_Emotes-1.3.3", "Sligili-More_Emotes-1.3.3",
"Sligili-HDLethalCompany-1.5.6", "Sligili-HDLethalCompany-1.5.6",
"tinyhoot-ShipLoot-1.0.0", "tinyhoot-ShipLoot-1.0.0",
"Rune580-LethalCompany_InputUtils-0.5.5", "Rune580-LethalCompany_InputUtils-0.5.6",
"Renegades-WalkieUse-1.5.0", "Renegades-WalkieUse-1.5.0",
"Renegades-FlashlightToggle-1.5.0", "Renegades-FlashlightToggle-1.5.0",
"notnotnotswipez-MoreCompany-1.7.5", "notnotnotswipez-MoreCompany-1.7.6",
"Tyzeron-Minimap-1.0.5", "Tyzeron-Minimap-1.0.5",
"anormaltwig-LateCompany-1.0.10", "anormaltwig-LateCompany-1.0.10",
"RugbugRedfern-Skinwalkers-4.0.1", "RugbugRedfern-Skinwalkers-4.0.1",
"x753-Mimics-2.3.2", "x753-Mimics-2.3.2",
"no00ob-LCSoundTool-1.5.0", "no00ob-LCSoundTool-1.5.0",
"Clementinise-CustomSounds-2.3.1", "Clementinise-CustomSounds-2.3.2",
"Hexnet111-SuitSaver-1.1.4", "Hexnet111-SuitSaver-1.1.4",
"ATK-ShipClock-0.9.0", "ATK-ShipClock-0.9.0",
"sunnobunno-LandMineFartReverb-1.0.3", "sunnobunno-LandMineFartReverb-1.0.3",
@ -36,6 +36,8 @@
"Kittenji-Maxwell_ScrapItem-1.0.1", "Kittenji-Maxwell_ScrapItem-1.0.1",
"JunLethalCompany-GamblingMachineAtTheCompany-1.3.5", "JunLethalCompany-GamblingMachineAtTheCompany-1.3.5",
"Amlinde-WhistleJester-1.0.0", "Amlinde-WhistleJester-1.0.0",
"nodelll-kruumys_FixResolution-1.0.0" "nodelll-kruumys_FixResolution-1.0.0",
"Midge-PushCompany-1.2.0",
"KoderTeh-Boombox_Controller-1.1.9"
] ]
} }