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 f62215e commit 095f222Copy full SHA for 095f222
Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs
@@ -21,7 +21,7 @@ public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
21
#endif
22
// Ink version. This should really come from the core ink code.
23
public static System.Version inkVersionCurrent = new System.Version(1,1,1);
24
- public static System.Version unityIntegrationVersionCurrent = new System.Version(1,1,1);
+ public static System.Version unityIntegrationVersionCurrent = new System.Version(1,1,2);
25
26
static string absoluteSavePath {
27
get {
0 commit comments