Skip to content

Commit 4275f8a

Browse files
authored
Increment version number, fixed URLs
1 parent 0b75dbe commit 4275f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.kitbashery.tween-components",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Tween Components",
55
"description": "A component based interpolation system.",
66
"unity": "2021.3",
77
"unityRelease": "0f1",
88
"documentationUrl": "https://kitbashery.com/docs/tween-components",
9-
"changelogUrl": "https://github.com/Kitbashery/Tween-Components/releases",
10-
"licensesUrl": "https://github.com/Kitbashery/Tween-Components/blob/main/.github/LICENSE",
9+
"changelogUrl": "https://github.com/Kitbashery/Tween-Components/commits/main",
10+
"licensesUrl": "https://github.com/Kitbashery/Tween-Components/blob/main/LICENSE.md",
1111
"keywords": [
1212
"Tween",
1313
"Interpolation",

0 commit comments

Comments
 (0)