Skip to content

Commit b339358

Browse files
committed
Release 1.2.1
1 parent 16b7926 commit b339358

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next
22

3+
## 1.2.1 (2021-12-22)
4+
35
* Support mods without script packages
46

57
## 1.2.0 (2021-12-19)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Open a command line prompt (cmd or powershell, does not matter) in the `[modRoot
2929
your working tree is clean and run the following command:
3030

3131
```
32-
git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.0 --squash
32+
git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.1 --squash
3333
```
3434

3535
### 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
189189
If you use git, run the same command as before, replacing `add` with `pull`:
190190

191191
```
192-
git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.0 --squash
192+
git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.2.1 --squash
193193
```
194194

195195
# Configuration options

0 commit comments

Comments
 (0)