Skip to content

Commit fa28c7a

Browse files
committed
Bumped package version to 1.6.0
1 parent fa7d8fd commit fa28c7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Unity/Assets/JCMG/PackageTools/Scripts/Editor/VersionConstants.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal static class VersionConstants
3232
/// <summary>
3333
/// The semantic version
3434
/// </summary>
35-
public const string VERSION = "1.5.1";
35+
public const string VERSION = "1.6.0";
3636

3737
/// <summary>
3838
/// The branch of GIT this package was published from.
@@ -42,16 +42,16 @@ internal static class VersionConstants
4242
/// <summary>
4343
/// The current GIT commit hash this package was published on.
4444
/// </summary>
45-
public const string GIT_COMMIT = "c816a46c484475246a4d27527a0a18ac5306c15f";
45+
public const string GIT_COMMIT = "fa7d8fd73a599b02b5f3ac9cf0dc34b9e04cc0ab";
4646

4747
/// <summary>
4848
/// The UTC human-readable date this package was published at.
4949
/// </summary>
50-
public const string PUBLISH_DATE = "Tuesday, June 1, 2021";
50+
public const string PUBLISH_DATE = "Thursday, January 2, 2025";
5151

5252
/// <summary>
5353
/// The UTC time this package was published at.
5454
/// </summary>
55-
public const string PUBLISH_TIME = "06/01/2021 19:38:39";
55+
public const string PUBLISH_TIME = "01/02/2025 19:03:40";
5656
}
5757
}

0 commit comments

Comments
 (0)