diff --git a/Assets/HoloToolkit/MRTKVersion.txt b/Assets/HoloToolkit/MRTKVersion.txt index b0d1da556f0..051b1ef9b6b 100644 --- a/Assets/HoloToolkit/MRTKVersion.txt +++ b/Assets/HoloToolkit/MRTKVersion.txt @@ -1 +1 @@ -2017.2.1.2 \ No newline at end of file +2017.2.1.4 \ No newline at end of file diff --git a/GettingStarted.md b/GettingStarted.md index fbb3022bea2..e994664ecd6 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -34,8 +34,8 @@ You can install more components and UWP SDK's as you wish. Make sure you are running the appropriate version of Unity 3D on your machine. You should [download and install the latest version](https://unity3d.com/get-unity/download/archive) this project says it supports on the [main readme page](/README.md). -[unity-release]: https://unity3d.com/unity/whats-new/unity-2017.2.1 -[unity-version-badge]: https://img.shields.io/badge/Unity%20Editor-2017.2.1f1-green.svg +[unity-release]: https://unity3d.com/unity/qa/patch-releases/2017.2.1p2 +[unity-version-badge]: https://img.shields.io/badge/Unity%20Editor-2017.2.1p2-green.svg > The Mixed Reality Toolkit now recommends the following Unity 3D version: > [![Github Release][unity-version-badge]][unity-release] diff --git a/License.txt b/License.txt index bf14ee8812b..58a527c35e3 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Microsoft Corporation +Copyright (c) 2018 Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 2576b7835a0..06da0936e9c 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1 +1 @@ -m_EditorVersion: 2017.2.1f1 +m_EditorVersion: 2017.2.1p2 diff --git a/README.md b/README.md index 589879b469d..7304011aed9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ _Note: The latest release should work for both HoloLens and Windows Mixed Realit [mrtk-version-badge]: https://img.shields.io/github/tag/microsoft/MixedRealityToolkit-unity.svg?label=Latest%20Master%20Branch%20Release&colorB=9acd32 [![Github Release][mrtk-version-badge]][github-rel] -[unity-download]: https://unity3d.com/unity/whats-new/unity-2017.2.1 -[unity-version-badge]: https://img.shields.io/badge/Current%20Unity%20Editor%20Version-2017.2.1f1-green.svg +[unity-download]: https://unity3d.com/unity/qa/patch-releases/2017.2.1p2 +[unity-version-badge]: https://img.shields.io/badge/Current%20Unity%20Editor%20Version-2017.2.1p2-green.svg [![Github Release][unity-version-badge]][unity-download] > Check out the MRTK [Roadmap](/Roadmap.md) for Unity.