From 43879ab87ec0ff3ac711df66df8d45f5bfd71c3b Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 21 Jan 2024 00:16:02 -0400 Subject: [PATCH] Update dependencies and version numbers --- deps.txt | 10 ++++++---- generate-manifest.py | 2 +- manifest.json | 12 +++++++----- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/deps.txt b/deps.txt index 8beab4c..1e2bc10 100644 --- a/deps.txt +++ b/deps.txt @@ -4,16 +4,16 @@ x753-More_Suits-1.4.1 Sligili-More_Emotes-1.3.3 Sligili-HDLethalCompany-1.5.6 tinyhoot-ShipLoot-1.0.0 -Rune580-LethalCompany_InputUtils-0.5.5 +Rune580-LethalCompany_InputUtils-0.5.6 Renegades-WalkieUse-1.5.0 Renegades-FlashlightToggle-1.5.0 -notnotnotswipez-MoreCompany-1.7.5 +notnotnotswipez-MoreCompany-1.7.6 Tyzeron-Minimap-1.0.5 anormaltwig-LateCompany-1.0.10 RugbugRedfern-Skinwalkers-4.0.1 x753-Mimics-2.3.2 no00ob-LCSoundTool-1.5.0 -Clementinise-CustomSounds-2.3.1 +Clementinise-CustomSounds-2.3.2 Hexnet111-SuitSaver-1.1.4 ATK-ShipClock-0.9.0 sunnobunno-LandMineFartReverb-1.0.3 @@ -30,4 +30,6 @@ KlippKlubben-DraculaFlowBug-1.2.0 Kittenji-Maxwell_ScrapItem-1.0.1 JunLethalCompany-GamblingMachineAtTheCompany-1.3.5 Amlinde-WhistleJester-1.0.0 -nodelll-kruumys_FixResolution-1.0.0 \ No newline at end of file +nodelll-kruumys_FixResolution-1.0.0 +Midge-PushCompany-1.2.0 +KoderTeh-Boombox_Controller-1.1.9 \ No newline at end of file diff --git a/generate-manifest.py b/generate-manifest.py index 991d69a..ffdcf06 100644 --- a/generate-manifest.py +++ b/generate-manifest.py @@ -6,7 +6,7 @@ def main(): deps_file = sys.argv[1] NAME = "YooplePack" - VERSION = "1.1.2" + VERSION = "1.2.0" WEBSITE = "https://github.com/IsaacShoebottom/YooplePack" DESCRIPTION = "Modpack for the Yoople server" diff --git a/manifest.json b/manifest.json index afe8de2..55dcd44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "YooplePack", - "version_number": "1.1.2", + "version_number": "1.2.0", "website_url": "https://github.com/IsaacShoebottom/YooplePack", "description": "Modpack for the Yoople server", "dependencies": [ @@ -10,16 +10,16 @@ "Sligili-More_Emotes-1.3.3", "Sligili-HDLethalCompany-1.5.6", "tinyhoot-ShipLoot-1.0.0", - "Rune580-LethalCompany_InputUtils-0.5.5", + "Rune580-LethalCompany_InputUtils-0.5.6", "Renegades-WalkieUse-1.5.0", "Renegades-FlashlightToggle-1.5.0", - "notnotnotswipez-MoreCompany-1.7.5", + "notnotnotswipez-MoreCompany-1.7.6", "Tyzeron-Minimap-1.0.5", "anormaltwig-LateCompany-1.0.10", "RugbugRedfern-Skinwalkers-4.0.1", "x753-Mimics-2.3.2", "no00ob-LCSoundTool-1.5.0", - "Clementinise-CustomSounds-2.3.1", + "Clementinise-CustomSounds-2.3.2", "Hexnet111-SuitSaver-1.1.4", "ATK-ShipClock-0.9.0", "sunnobunno-LandMineFartReverb-1.0.3", @@ -36,6 +36,8 @@ "Kittenji-Maxwell_ScrapItem-1.0.1", "JunLethalCompany-GamblingMachineAtTheCompany-1.3.5", "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" ] } \ No newline at end of file