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