Update version number to 1.1.2 in generate-manifest.py and manifest.json
This commit is contained in:
parent
167263f098
commit
6459e0e0e7
@ -6,7 +6,7 @@ def main():
|
|||||||
deps_file = sys.argv[1]
|
deps_file = sys.argv[1]
|
||||||
|
|
||||||
NAME = "YooplePack"
|
NAME = "YooplePack"
|
||||||
VERSION = "1.1.1"
|
VERSION = "1.1.2"
|
||||||
WEBSITE = "https://github.com/IsaacShoebottom/YooplePack"
|
WEBSITE = "https://github.com/IsaacShoebottom/YooplePack"
|
||||||
DESCRIPTION = "Modpack for the Yoople server"
|
DESCRIPTION = "Modpack for the Yoople server"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "YooplePack",
|
"name": "YooplePack",
|
||||||
"version_number": "1.1.1",
|
"version_number": "1.1.2",
|
||||||
"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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user