diff --git a/addons/godot-jolt/android/libgodot-jolt_android-arm32.so b/addons/godot-jolt/android/libgodot-jolt_android-arm32.so
index 5282da6..895e3ae 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-arm32.so and b/addons/godot-jolt/android/libgodot-jolt_android-arm32.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-arm32_editor.so b/addons/godot-jolt/android/libgodot-jolt_android-arm32_editor.so
index 2430955..aa41186 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-arm32_editor.so and b/addons/godot-jolt/android/libgodot-jolt_android-arm32_editor.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-arm64.so b/addons/godot-jolt/android/libgodot-jolt_android-arm64.so
index 6b79392..b635c93 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-arm64.so and b/addons/godot-jolt/android/libgodot-jolt_android-arm64.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-arm64_editor.so b/addons/godot-jolt/android/libgodot-jolt_android-arm64_editor.so
index 95d6b26..ea24afc 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-arm64_editor.so and b/addons/godot-jolt/android/libgodot-jolt_android-arm64_editor.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-x64.so b/addons/godot-jolt/android/libgodot-jolt_android-x64.so
index 4e4882e..c17e926 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-x64.so and b/addons/godot-jolt/android/libgodot-jolt_android-x64.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-x64_editor.so b/addons/godot-jolt/android/libgodot-jolt_android-x64_editor.so
index e93e93a..c586d83 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-x64_editor.so and b/addons/godot-jolt/android/libgodot-jolt_android-x64_editor.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-x86.so b/addons/godot-jolt/android/libgodot-jolt_android-x86.so
index 485fa22..70fb7d4 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-x86.so and b/addons/godot-jolt/android/libgodot-jolt_android-x86.so differ
diff --git a/addons/godot-jolt/android/libgodot-jolt_android-x86_editor.so b/addons/godot-jolt/android/libgodot-jolt_android-x86_editor.so
index a061017..2fdcd8d 100644
Binary files a/addons/godot-jolt/android/libgodot-jolt_android-x86_editor.so and b/addons/godot-jolt/android/libgodot-jolt_android-x86_editor.so differ
diff --git a/addons/godot-jolt/godot-jolt.gdextension b/addons/godot-jolt/godot-jolt.gdextension
index e866e8b..ff4ba58 100644
--- a/addons/godot-jolt/godot-jolt.gdextension
+++ b/addons/godot-jolt/godot-jolt.gdextension
@@ -1,36 +1,37 @@
[configuration]
entry_symbol = "godot_jolt_main"
-compatibility_minimum = "4.2"
+compatibility_minimum = "4.3"
+compatibility_maximum = "4.3"
[libraries]
-windows.release.x86_64 = "windows/godot-jolt_windows-x64.dll"
-windows.debug.x86_64 = "windows/godot-jolt_windows-x64_editor.dll"
+windows.release.single.x86_64 = "windows/godot-jolt_windows-x64.dll"
+windows.debug.single.x86_64 = "windows/godot-jolt_windows-x64_editor.dll"
-windows.release.x86_32 = "windows/godot-jolt_windows-x86.dll"
-windows.debug.x86_32 = "windows/godot-jolt_windows-x86_editor.dll"
+windows.release.single.x86_32 = "windows/godot-jolt_windows-x86.dll"
+windows.debug.single.x86_32 = "windows/godot-jolt_windows-x86_editor.dll"
-linux.release.x86_64 = "linux/godot-jolt_linux-x64.so"
-linux.debug.x86_64 = "linux/godot-jolt_linux-x64_editor.so"
+linux.release.single.x86_64 = "linux/godot-jolt_linux-x64.so"
+linux.debug.single.x86_64 = "linux/godot-jolt_linux-x64_editor.so"
-linux.release.x86_32 = "linux/godot-jolt_linux-x86.so"
-linux.debug.x86_32 = "linux/godot-jolt_linux-x86_editor.so"
+linux.release.single.x86_32 = "linux/godot-jolt_linux-x86.so"
+linux.debug.single.x86_32 = "linux/godot-jolt_linux-x86_editor.so"
-macos.release = "macos/godot-jolt_macos.framework"
-macos.debug = "macos/godot-jolt_macos_editor.framework"
+macos.release.single = "macos/godot-jolt_macos.framework"
+macos.debug.single = "macos/godot-jolt_macos_editor.framework"
-ios.release = "ios/godot-jolt_ios.framework"
-ios.debug = "ios/godot-jolt_ios_editor.framework"
+ios.release.single = "ios/godot-jolt_ios.framework"
+ios.debug.single = "ios/godot-jolt_ios_editor.framework"
-android.release.arm64 = "android/libgodot-jolt_android-arm64.so"
-android.debug.arm64 = "android/libgodot-jolt_android-arm64_editor.so"
+android.release.single.arm64 = "android/libgodot-jolt_android-arm64.so"
+android.debug.single.arm64 = "android/libgodot-jolt_android-arm64_editor.so"
-android.release.arm32 = "android/libgodot-jolt_android-arm32.so"
-android.debug.arm32 = "android/libgodot-jolt_android-arm32_editor.so"
+android.release.single.arm32 = "android/libgodot-jolt_android-arm32.so"
+android.debug.single.arm32 = "android/libgodot-jolt_android-arm32_editor.so"
-android.release.x86_64 = "android/libgodot-jolt_android-x64.so"
-android.debug.x86_64 = "android/libgodot-jolt_android-x64_editor.so"
+android.release.single.x86_64 = "android/libgodot-jolt_android-x64.so"
+android.debug.single.x86_64 = "android/libgodot-jolt_android-x64_editor.so"
-android.release.x86_32 = "android/libgodot-jolt_android-x86.so"
-android.debug.x86_32 = "android/libgodot-jolt_android-x86_editor.so"
+android.release.single.x86_32 = "android/libgodot-jolt_android-x86.so"
+android.debug.single.x86_32 = "android/libgodot-jolt_android-x86_editor.so"
diff --git a/addons/godot-jolt/ios/godot-jolt_ios.framework/Info.plist b/addons/godot-jolt/ios/godot-jolt_ios.framework/Info.plist
index 68ab9f6..fbd1b8c 100644
--- a/addons/godot-jolt/ios/godot-jolt_ios.framework/Info.plist
+++ b/addons/godot-jolt/ios/godot-jolt_ios.framework/Info.plist
@@ -17,16 +17,35 @@
NSHumanReadableCopyright
Copyright (c) Mikael Hermansson and Godot Jolt contributors.
CFBundleVersion
- 0.12.0
+ 0.13.0
CFBundleShortVersionString
- 0.12.0
+ 0.13.0
CFBundlePackageType
FMWK
+ CFBundleSupportedPlatforms
+
+ iPhoneOS
+
CSResourcesFileMapped
DTPlatformName
iphoneos
MinimumOSVersion
12.0
+
+
+ AvailableLibraries
+
+
+ BinaryPath
+ godot-jolt_ios.dylib
+
+
diff --git a/addons/godot-jolt/ios/godot-jolt_ios.framework/godot-jolt_ios b/addons/godot-jolt/ios/godot-jolt_ios.framework/godot-jolt_ios
index 37c9d5a..ddcf767 100644
Binary files a/addons/godot-jolt/ios/godot-jolt_ios.framework/godot-jolt_ios and b/addons/godot-jolt/ios/godot-jolt_ios.framework/godot-jolt_ios differ
diff --git a/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/Info.plist b/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/Info.plist
index f3c28dc..6c3ccc1 100644
--- a/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/Info.plist
+++ b/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/Info.plist
@@ -17,16 +17,35 @@
NSHumanReadableCopyright
Copyright (c) Mikael Hermansson and Godot Jolt contributors.
CFBundleVersion
- 0.12.0
+ 0.13.0
CFBundleShortVersionString
- 0.12.0
+ 0.13.0
CFBundlePackageType
FMWK
+ CFBundleSupportedPlatforms
+
+ iPhoneOS
+
CSResourcesFileMapped
DTPlatformName
iphoneos
MinimumOSVersion
12.0
+
+
+ AvailableLibraries
+
+
+ BinaryPath
+ godot-jolt_ios_editor.dylib
+
+
diff --git a/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/godot-jolt_ios_editor b/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/godot-jolt_ios_editor
index 9e8140c..3159ac8 100644
Binary files a/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/godot-jolt_ios_editor and b/addons/godot-jolt/ios/godot-jolt_ios_editor.framework/godot-jolt_ios_editor differ
diff --git a/addons/godot-jolt/linux/godot-jolt_linux-x64.so b/addons/godot-jolt/linux/godot-jolt_linux-x64.so
index 364242d..292fd8e 100644
Binary files a/addons/godot-jolt/linux/godot-jolt_linux-x64.so and b/addons/godot-jolt/linux/godot-jolt_linux-x64.so differ
diff --git a/addons/godot-jolt/linux/godot-jolt_linux-x64_editor.so b/addons/godot-jolt/linux/godot-jolt_linux-x64_editor.so
index 4ad0285..27a30c6 100644
Binary files a/addons/godot-jolt/linux/godot-jolt_linux-x64_editor.so and b/addons/godot-jolt/linux/godot-jolt_linux-x64_editor.so differ
diff --git a/addons/godot-jolt/linux/godot-jolt_linux-x86.so b/addons/godot-jolt/linux/godot-jolt_linux-x86.so
index ad7d2be..78d210b 100644
Binary files a/addons/godot-jolt/linux/godot-jolt_linux-x86.so and b/addons/godot-jolt/linux/godot-jolt_linux-x86.so differ
diff --git a/addons/godot-jolt/linux/godot-jolt_linux-x86_editor.so b/addons/godot-jolt/linux/godot-jolt_linux-x86_editor.so
index e639d07..5b438a1 100644
Binary files a/addons/godot-jolt/linux/godot-jolt_linux-x86_editor.so and b/addons/godot-jolt/linux/godot-jolt_linux-x86_editor.so differ
diff --git a/addons/godot-jolt/macos/godot-jolt_macos.framework/Resources/Info.plist b/addons/godot-jolt/macos/godot-jolt_macos.framework/Resources/Info.plist
index f88e713..d88bb93 100644
--- a/addons/godot-jolt/macos/godot-jolt_macos.framework/Resources/Info.plist
+++ b/addons/godot-jolt/macos/godot-jolt_macos.framework/Resources/Info.plist
@@ -17,11 +17,15 @@
NSHumanReadableCopyright
Copyright (c) Mikael Hermansson and Godot Jolt contributors.
CFBundleVersion
- 0.12.0
+ 0.13.0
CFBundleShortVersionString
- 0.12.0
+ 0.13.0
CFBundlePackageType
FMWK
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
CSResourcesFileMapped
DTPlatformName
diff --git a/addons/godot-jolt/macos/godot-jolt_macos.framework/_CodeSignature/CodeResources b/addons/godot-jolt/macos/godot-jolt_macos.framework/_CodeSignature/CodeResources
index cb463f5..fc97dbe 100644
--- a/addons/godot-jolt/macos/godot-jolt_macos.framework/_CodeSignature/CodeResources
+++ b/addons/godot-jolt/macos/godot-jolt_macos.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Resources/Info.plist
- HxpaqrKUN+D+lkF90Phqlb+CZKo=
+ +hmuH+erxzRxY/FPATmWbEaqOys=
files2
@@ -15,7 +15,7 @@
hash2
- ZTtvl19PLRzCoTuDRMZ2FnJXIXsLYRhaBFxjroNsLDw=
+ WsqyDktXR1oDgMLbvIUu+PMJsJAnbBKIUYnKgafFEGc=
diff --git a/addons/godot-jolt/macos/godot-jolt_macos.framework/godot-jolt_macos b/addons/godot-jolt/macos/godot-jolt_macos.framework/godot-jolt_macos
index 1d5bd24..2757fa5 100644
Binary files a/addons/godot-jolt/macos/godot-jolt_macos.framework/godot-jolt_macos and b/addons/godot-jolt/macos/godot-jolt_macos.framework/godot-jolt_macos differ
diff --git a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/Resources/Info.plist b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/Resources/Info.plist
index ac10d93..c09d6aa 100644
--- a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/Resources/Info.plist
+++ b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/Resources/Info.plist
@@ -17,11 +17,15 @@
NSHumanReadableCopyright
Copyright (c) Mikael Hermansson and Godot Jolt contributors.
CFBundleVersion
- 0.12.0
+ 0.13.0
CFBundleShortVersionString
- 0.12.0
+ 0.13.0
CFBundlePackageType
FMWK
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
CSResourcesFileMapped
DTPlatformName
diff --git a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/_CodeSignature/CodeResources b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/_CodeSignature/CodeResources
index 4b087b4..26077b6 100644
--- a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/_CodeSignature/CodeResources
+++ b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Resources/Info.plist
- CpU1kp9qZhdCVqKdSia+981vm40=
+ GsvlA3T0mwbtJS37DcxlHyr4Vro=
files2
@@ -15,7 +15,7 @@
hash2
- 4CTRXI34pj3JIJzQDUUZTlAagKWQeohPQN20M0VCK4o=
+ 4Rs/lwMrLlMFf5H+0QtaW/gUNP59U2nHlU4LBmarG1Q=
diff --git a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/godot-jolt_macos_editor b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/godot-jolt_macos_editor
index 3787fa9..8f633a1 100644
Binary files a/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/godot-jolt_macos_editor and b/addons/godot-jolt/macos/godot-jolt_macos_editor.framework/godot-jolt_macos_editor differ
diff --git a/addons/godot-jolt/windows/godot-jolt_windows-x64.dll b/addons/godot-jolt/windows/godot-jolt_windows-x64.dll
index ce010d6..f4bd77e 100644
Binary files a/addons/godot-jolt/windows/godot-jolt_windows-x64.dll and b/addons/godot-jolt/windows/godot-jolt_windows-x64.dll differ
diff --git a/addons/godot-jolt/windows/godot-jolt_windows-x64_editor.dll b/addons/godot-jolt/windows/godot-jolt_windows-x64_editor.dll
index 9ed5550..13ab204 100644
Binary files a/addons/godot-jolt/windows/godot-jolt_windows-x64_editor.dll and b/addons/godot-jolt/windows/godot-jolt_windows-x64_editor.dll differ
diff --git a/addons/godot-jolt/windows/godot-jolt_windows-x86.dll b/addons/godot-jolt/windows/godot-jolt_windows-x86.dll
index b6c44f7..7c126e9 100644
Binary files a/addons/godot-jolt/windows/godot-jolt_windows-x86.dll and b/addons/godot-jolt/windows/godot-jolt_windows-x86.dll differ
diff --git a/addons/godot-jolt/windows/godot-jolt_windows-x86_editor.dll b/addons/godot-jolt/windows/godot-jolt_windows-x86_editor.dll
index 7312494..d652d5b 100644
Binary files a/addons/godot-jolt/windows/godot-jolt_windows-x86_editor.dll and b/addons/godot-jolt/windows/godot-jolt_windows-x86_editor.dll differ