Update version number to 1.1.1 in generate-manifest.py and manifest.json

This commit is contained in:
Isaac Shoebottom 2024-01-19 21:39:30 -04:00
parent 139de4c1e6
commit 4e1ad02f2e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ def main():
deps_file = sys.argv[1] deps_file = sys.argv[1]
NAME = "YooplePack" NAME = "YooplePack"
VERSION = "1.0.1" VERSION = "1.1.1"
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.0.1", "version_number": "1.1.1",
"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": [