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 1aed6b2 commit a784143Copy full SHA for a784143
Runtime/Tween.cs
@@ -29,6 +29,11 @@ public sealed class Tween
29
{
30
#region Static fields and constants
31
32
+ /// <summary>
33
+ /// Package version.
34
+ /// </summary>
35
+ public static readonly Version Version = new Version(0, 1, 1);
36
+
37
private static TweenMono _mono;
38
39
#endregion
package.json
@@ -1,6 +1,6 @@
1
2
"name": "com.davidfdev.tweening",
3
- "version": "0.1.1-alpha",
+ "version": "0.1.1",
4
"displayName": "Tweening Animations by DavidFDev",
5
"description": "An easy solution for complex tweening animations",
6
"unity": "2019.1",
0 commit comments