Skip to content

Commit 095f222

Browse files
committed
Update version to 1.1.2 so we can trigger OpenUPM (bah)
1 parent f62215e commit 095f222

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
@@ -21,7 +21,7 @@ public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
2121
#endif
2222
// Ink version. This should really come from the core ink code.
2323
public static System.Version inkVersionCurrent = new System.Version(1,1,1);
24-
public static System.Version unityIntegrationVersionCurrent = new System.Version(1,1,1);
24+
public static System.Version unityIntegrationVersionCurrent = new System.Version(1,1,2);
2525

2626
static string absoluteSavePath {
2727
get {

0 commit comments

Comments
 (0)