Skip to content

Commit 57ffa8e

Browse files
author
Tom Kail
committed
Update to 0.9.54
1 parent 0b8a082 commit 57ffa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// </summary>
1414
namespace Ink.UnityIntegration {
1515
public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
16-
public static System.Version versionCurrent = new System.Version(0,9,53);
16+
public static System.Version versionCurrent = new System.Version(0,9,54);
1717
public static bool created {
1818
get {
1919
// If it's null, there's no InkLibrary asset in the project

0 commit comments

Comments
 (0)