Skip to content

Commit

Permalink
readmes and manifestes
Browse files Browse the repository at this point in the history
  • Loading branch information
HolographicWings committed Feb 5, 2024
1 parent 8ca7a47 commit 1dc6ada
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ How to use :
</details>

## Changes :
- 1.3.28
- Made the entrance instanced though network (Look at the entrances of template), it should fix the coil head with the 1.3.28 version of LE.
- 1.3.19
- Added a blacklist field for custom scraps and moons. (Need testing)
- 1.3.17
Expand Down
4 changes: 2 additions & 2 deletions Build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "LethalSDK",
"version_number": "1.3.19",
"version_number": "1.3.28",
"website_url": "https://github.com/HolographicWings/LethalSDK-Unity-Project",
"description": "Lethal Company Development Kit to easily add new Scraps, Moons and more in future.",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"HolographicWings-LethalExpansion-1.3.26"
"HolographicWings-LethalExpansion-1.3.28"
]
}
2 changes: 2 additions & 0 deletions BuildPreview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ How to use :
</details>

## Changes :
- 1.3.28
- Made the entrance instanced though network (Look at the entrances of template), it should fix the coil head with the 1.3.28 version of LE.
- 1.3.19
- Added a blacklist field for custom scraps and moons. (Need testing)
- 1.3.17
Expand Down
4 changes: 2 additions & 2 deletions BuildPreview/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "LethalSDK_Preview",
"version_number": "1.3.19",
"version_number": "1.3.28",
"website_url": "https://github.com/HolographicWings/LethalSDK-Unity-Project",
"description": "Preview version of LethalSDK.",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"HolographicWings-LethalExpansion-1.3.26"
"HolographicWings-LethalExpansion-1.3.28"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes :
- 1.3.28
- Made the entrance instanced though network (Look at the entrances of template), it should fix the coil head with the 1.3.28 version of LE.
- 1.3.19
- Added a blacklist field for custom scraps and moons. (Need testing)
- 1.3.17
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ How to use :
</details>

## Changes :
- 1.3.28
- Made the entrance instanced though network (Look at the entrances of template), it should fix the coil head with the 1.3.28 version of LE.
- 1.3.19
- Added a blacklist field for custom scraps and moons. (Need testing)
- 1.3.17
Expand Down

0 comments on commit 1dc6ada

Please sign in to comment.