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 afa7f99 commit b331e16Copy full SHA for b331e16
Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs
@@ -24,7 +24,7 @@
24
/// </summary>
25
namespace Ink.UnityIntegration {
26
public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
27
- public static System.Version versionCurrent = new System.Version(0,9,70);
+ public static System.Version versionCurrent = new System.Version(0,9,71);
28
public static bool created {
29
get {
30
// If it's null, there's no InkLibrary asset in the project
0 commit comments