Skip to content

Commit 9799aa0

Browse files
committed
Package version
1 parent 956cbc4 commit 9799aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/Core/CinemachineCore.cs

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

2525
/// <summary>Human-readable Cinemachine Version</summary>
26-
public static readonly string kVersionString = "2.6.14";
26+
public static readonly string kVersionString = "2.6.15";
2727

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

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.6.14",
4+
"version": "2.6.15",
55
"unity": "2018.4",
66
"description": "Smart camera tools for passionate creators. \n\nIMPORTANT NOTE: If you are upgrading from the 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)