From b339358819ad2fd8001827011fd8cf88a3e24256 Mon Sep 17 00:00:00 2001 From: Xymanek Date: Wed, 22 Dec 2021 14:43:24 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3290fab..a527ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 1.2.1 (2021-12-22) + * Support mods without script packages ## 1.2.0 (2021-12-19) diff --git a/README.md b/README.md index 1f367b4..2284bc2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Open a command line prompt (cmd or powershell, does not matter) in the `[modRoot your working tree is clean and run the following command: ``` -git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.0 --squash +git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.1 --squash ``` ### Your mod does not use git @@ -189,7 +189,7 @@ If you don't use git, simply download the new version and overwrite the old file If you use git, run the same command as before, replacing `add` with `pull`: ``` -git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.0 --squash +git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.1 --squash ``` # Configuration options