File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.0] - 2021-10-21
8+ - Initial major release.
9+
710## [ Unreleased]
Original file line number Diff line number Diff 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 ( 0 , 1 , 1 ) ;
35+ public static readonly Version Version = new Version ( 1 , 0 , 0 ) ;
3636
3737 private static TweenMono _mono ;
3838
Original file line number Diff line number Diff line change 11{
22 "name" : " com.davidfdev.tweening" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 1.0.0 " ,
44 "displayName" : " Tweening Animations by DavidFDev" ,
55 "description" : " An easy solution for complex tweening animations" ,
66 "unity" : " 2019.1" ,
You can’t perform that action at this time.
0 commit comments