Skip to content

Commit 9647cf8

Browse files
committed
Updated to v1.0.0 for initial release.
1 parent 6b14157 commit 9647cf8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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]

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(0, 1, 1);
35+
public static readonly Version Version = new Version(1, 0, 0);
3636

3737
private static TweenMono _mono;
3838

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)