Skip to content

Commit b331e16

Browse files
author
Tom Kail
committed
Increment version to 0.9.71
1 parent afa7f99 commit b331e16

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
@@ -24,7 +24,7 @@
2424
/// </summary>
2525
namespace Ink.UnityIntegration {
2626
public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
27-
public static System.Version versionCurrent = new System.Version(0,9,70);
27+
public static System.Version versionCurrent = new System.Version(0,9,71);
2828
public static bool created {
2929
get {
3030
// If it's null, there's no InkLibrary asset in the project

0 commit comments

Comments
 (0)