Skip to content

Commit

Permalink
Update native packages and bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkoleci committed Sep 12, 2023
1 parent a7c2a00 commit 08fd0f6
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_native.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -11,7 +11,7 @@

<!-- Version -->
<PropertyGroup>
<VersionPrefix>1.9.0</VersionPrefix>
<VersionPrefix>1.9.1</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
</PropertyGroup>

Expand Down
Binary file modified src/JoltPhysicsSharp/runtimes/linux-x64/native/libjoltc.so
Binary file not shown.
Binary file modified src/JoltPhysicsSharp/runtimes/osx-universal/native/libjoltc.dylib
Binary file not shown.
Binary file modified src/JoltPhysicsSharp/runtimes/win-arm64/native/joltc.dll
Binary file not shown.
Binary file not shown.
Binary file modified src/JoltPhysicsSharp/runtimes/win-x64/native/joltc.dll
Binary file not shown.
Binary file not shown.

0 comments on commit 08fd0f6

Please sign in to comment.