Skip to content

Commit a861494

Browse files
committed
Update to 1.1.0-preview.1 instead
1 parent 0e9c6ad commit a861494

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

3-
## [1.1.0] - 2019-06-xx
3+
## [1.1.0-preview.1] - 2019-06-28
44

5-
- WIP
65
- Add new math.bitmask to return a bit mask from a bool4
76

87
## [1.0.1] - 2019-04-15

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.mathematics",
33
"displayName": "Mathematics",
4-
"version": "1.1.0",
4+
"version": "1.1.0-preview.1",
55
"unity": "2018.3",
66
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
77
"keywords": [

0 commit comments

Comments
 (0)