diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index b08451b..5a85ba5 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Setup SML run: | - if (!(Test-Path ${{env.SML_DIR}} -PathType Container)) {git clone --branch master https://github.com/satisfactorymodding/SatisfactoryModLoader.git ${{env.SML_DIR}}} + if (!(Test-Path ${{env.SML_DIR}} -PathType Container)) {git clone --branch dev https://github.com/satisfactorymodding/SatisfactoryModLoader.git ${{env.SML_DIR}}} - name: Install WWise run: | cd ${{env.SML_DIR}} @@ -33,7 +33,8 @@ jobs: git lfs fetch --all git lfs pull git lfs checkout - copy-item ${{env.SML_DIR}}/SML_WwiseProject/SML-DEV_WwiseProject.wproj ${{env.SML_DIR}}/SML_WwiseProject/SML_WwiseProject.wproj -force + & "C:/Program Files (x86)/Audiokinetic/Wwise2023.1.3.8471/Authoring/x64/Release/bin/WwiseConsole.exe" generate-soundbank "${{env.SML_DIR}}/SML_WwiseProject/SML_WwiseProject.wproj" --platform Windows Mac --verbose + echo "Done" - name: "SML Headers" run: | cd S:/SF/Scripts/sml-fixer diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfdb2a..c09f812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.7 (June 16, 2025) + - chore: Bump game version + - chore: Bump SML Version + - chore: Bump SML Version + - feat(SP): New buildings data assets + ## 1.0.6 (March 06, 2025) - feat: SML Bump - feat: Bump SML diff --git a/RefinedRDApi.uplugin b/RefinedRDApi.uplugin index d32124e..36105c9 100644 --- a/RefinedRDApi.uplugin +++ b/RefinedRDApi.uplugin @@ -1,8 +1,8 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.6", - "SemVersion": "1.0.6", + "VersionName": "1.0.7", + "SemVersion": "1.0.7", "FriendlyName": "Refined R&D Api", "Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods", "Category": "Modding", diff --git a/VERSION b/VERSION index ece61c6..f9cbc01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file