Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kail committed Nov 11, 2020
1 parent c8c6be9 commit 45ded4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs
Expand Up @@ -13,7 +13,7 @@
/// </summary>
namespace Ink.UnityIntegration {
public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
public static System.Version versionCurrent = new System.Version(0,9,60);
public static System.Version versionCurrent = new System.Version(0,9,61);
public static bool created {
get {
// If it's null, there's no InkLibrary asset in the project
Expand Down

0 comments on commit 45ded4b

Please sign in to comment.