Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### Changed
### Deprecated
### Removed
### Fixed

## [1.3.1] 2023-07-30

### Fixed
* Fixed `math.hash` crash when using IL2CPP builds on Arm 32 bit devices.

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.mathematics",
"displayName": "Mathematics",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2018.3",
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
"keywords": [
Expand Down