From a861494b15b3870afddf3430c9f8fd624f49ad88 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 27 Jun 2019 11:38:14 +0200 Subject: [PATCH] Update to 1.1.0-preview.1 instead --- src/CHANGELOG.md | 3 +-- src/package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 0baaa7a1..3d3f3ce5 100755 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog -## [1.1.0] - 2019-06-xx +## [1.1.0-preview.1] - 2019-06-28 -- WIP - Add new math.bitmask to return a bit mask from a bool4 ## [1.0.1] - 2019-04-15 diff --git a/src/package.json b/src/package.json index ee4d69f5..23e8f8c1 100755 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.mathematics", "displayName": "Mathematics", - "version": "1.1.0", + "version": "1.1.0-preview.1", "unity": "2018.3", "description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.", "keywords": [