diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index b053542e9..0c5a8dea9 100755 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [0.6.0-preview] - 2018-06-01 + ### Added - New installation steps: copy-paste the Unity scene files in your `Assets` folder. @@ -71,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - New samples: CustomMixer, FullBodyIK, and TwoBoneIK. - First release of *Unity Package Animation C# Jobs Samples*. -[Unreleased]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.5.0-preview...HEAD +[Unreleased]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.6.0-preview...HEAD +[0.6.0-preview]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.5.0-preview...v0.6.0-preview [0.5.0-preview]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.4.0...v0.5.0-preview [0.4.0]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.3.0...v0.4.0 [0.3.0]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.2.0...v0.3.0 diff --git a/package/package.json b/package/package.json index e629b8b7f..542101126 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.animation.cs-jobs-samples", "displayName":"Animation C# Jobs Samples", - "version": "0.6.0-preview", + "version": "0.6.1-preview", "unity": "2018.2", "description": "Code samples using the animation C# jobs feature.\n\nAnimation jobs are part of the Playable feature and they allow to modify the animation stream using just a C# script. Here is the list of the samples in this package:\n\u25AA SimpleMixer\n\u25AA WeightedMaskMixer\n\u25AA Look At\n\u25AA Two-bone IK\n\u25AA Fullbody IK", "keywords": ["animation", "c#", "cs", "jobs", "samples"], diff --git a/versions.txt b/versions.txt index 843408551..6e2d55d83 100755 --- a/versions.txt +++ b/versions.txt @@ -7,3 +7,4 @@ 0.4.0 0.5.0-preview 0.6.0-preview +0.6.1-preview