Skip to content

Commit ace2c9b

Browse files
author
Mark Visser
committed
bumped package version to 2.8.4
1 parent a09e2ce commit ace2c9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Runtime/Core/CinemachineCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed class CinemachineCore
2424
public static readonly int kStreamingVersion = 20170927;
2525

2626
/// <summary>Human-readable Cinemachine Version</summary>
27-
public static readonly string kVersionString = "2.8.3";
27+
public static readonly string kVersionString = "2.8.4";
2828

2929
/// <summary>
3030
/// Stages in the Cinemachine Component pipeline, used for

ValidationExceptions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
{
44
"ValidationTest": "API Validation",
55
"ExceptionMessage": "Additions require a new minor or major version.",
6-
"PackageVersion": "2.8.3"
6+
"PackageVersion": "2.8.4"
77
},
88
{
99
"ValidationTest": "API Validation",
1010
"ExceptionMessage": "New assembly \"com.unity.cinemachine.Tests\" may only be added in a new minor or major version.",
11-
"PackageVersion": "2.8.3"
11+
"PackageVersion": "2.8.4"
1212
},
1313
{
1414
"ValidationTest": "API Validation",
1515
"ExceptionMessage": "New assembly \"com.unity.cinemachine.EditorTests\" may only be added in a new minor or major version.",
16-
"PackageVersion": "2.8.3"
16+
"PackageVersion": "2.8.4"
1717
}
1818
],
1919
"WarningExceptions": []

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.cinemachine",
33
"displayName": "Cinemachine",
4-
"version": "2.8.3",
4+
"version": "2.8.4",
55
"unity": "2019.4",
66
"description": "Smart camera tools for passionate creators. \n\nNew starting from 2.7.1: Are you looking for the Cinemachine menu? It has moved to the GameObject menu.\n\nIMPORTANT NOTE: If you are upgrading from the legacy Asset Store version of Cinemachine, delete the Cinemachine asset from your project BEFORE installing this version from the Package Manager.",
77
"keywords": [ "camera", "follow", "rig", "fps", "cinematography", "aim", "orbit", "cutscene", "cinematic", "collision", "freelook", "cinemachine", "compose", "composition", "dolly", "track", "clearshot", "noise", "framing", "handheld", "lens", "impulse" ],

0 commit comments

Comments
 (0)