We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8a082 commit 57ffa8eCopy full SHA for 57ffa8e
Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs
@@ -13,7 +13,7 @@
13
/// </summary>
14
namespace Ink.UnityIntegration {
15
public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
16
- public static System.Version versionCurrent = new System.Version(0,9,53);
+ public static System.Version versionCurrent = new System.Version(0,9,54);
17
public static bool created {
18
get {
19
// If it's null, there's no InkLibrary asset in the project
0 commit comments