Skip to content

Commit 47f74bc

Browse files
committed
Increased version.
1 parent 9647cf8 commit 47f74bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Tween.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public sealed class Tween
3232
/// <summary>
3333
/// Package version.
3434
/// </summary>
35-
public static readonly Version Version = new Version(1, 0, 0);
35+
public static readonly Version Version = new Version(1, 0, 2);
3636

3737
private static TweenMono _mono;
3838

0 commit comments

Comments
 (0)