Skip to content

Commit e7a3df1

Browse files
committed
Upgrade version to 1.2.1
1 parent ac5216f commit e7a3df1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
998 Bytes
Binary file not shown.

Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class InkLibrary : ScriptableObject, IEnumerable<InkFile> {
1919
#endif
2020
// Ink version. This should really come from the core ink code.
2121
public static System.Version inkVersionCurrent = new System.Version(1,2,0);
22-
public static System.Version unityIntegrationVersionCurrent = new System.Version(1,2,0);
22+
public static System.Version unityIntegrationVersionCurrent = new System.Version(1,2,1);
2323

2424
static string absoluteSavePath {
2525
get {

Packages/Ink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.inkle.ink-unity-integration",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"displayName": "Ink",
55
"description": "Unity integration for the open source ink narrative scripting language.",
66
"unity": "2018.4",

0 commit comments

Comments
 (0)