From 4275f8ac85db5d6b2ef9452cc7fbb7ea09f2b6aa Mon Sep 17 00:00:00 2001 From: Tolin Simpson Date: Wed, 16 Nov 2022 16:26:26 -0800 Subject: [PATCH] Increment version number, fixed URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b8e1059..ad8688d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "com.kitbashery.tween-components", - "version": "1.0.0", + "version": "1.0.1", "displayName": "Tween Components", "description": "A component based interpolation system.", "unity": "2021.3", "unityRelease": "0f1", "documentationUrl": "https://kitbashery.com/docs/tween-components", - "changelogUrl": "https://github.com/Kitbashery/Tween-Components/releases", - "licensesUrl": "https://github.com/Kitbashery/Tween-Components/blob/main/.github/LICENSE", + "changelogUrl": "https://github.com/Kitbashery/Tween-Components/commits/main", + "licensesUrl": "https://github.com/Kitbashery/Tween-Components/blob/main/LICENSE.md", "keywords": [ "Tween", "Interpolation",