From 005844ef7ac6a529f7c4af164f79a608174684ad Mon Sep 17 00:00:00 2001 From: fabrizio Date: Mon, 15 Apr 2019 13:57:41 +0200 Subject: [PATCH] Prepare for stable release --- src/CHANGELOG.md | 4 ++++ src/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 47779832..d1e6d37d 100755 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.0] - 2019-04-15 + +- Release stable version + ## [1.0.0-preview.1] - 2019-02-28 - Fixed bug where modifications on prefabs could not be reverted for vector properties when using context menu in Inspector. diff --git a/src/package.json b/src/package.json index a4e5bda3..dad394d4 100755 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.mathematics", "displayName": "Mathematics", - "version": "0.0.1-preview.1", + "version": "1.0.0", "unity": "2018.3", "description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax. This package is still in experimental phase.", "keywords": [