Skip to content

Commit df10dd1

Browse files
committed
Readme fix, Package update
Updated package version number Fixed readme typo
1 parent cb29102 commit df10dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align=center><img alt="TMP3D Logo" width="400px" src="https://user-images.githubusercontent.com/65419234/167305638-76138392-b394-4e1e-b391-d59677b61762.png"/></p>
22

33
<p align=center><a href="https://github.com/Ikaroon/com.ikaroon.tmp3d/blob/master/LICENSE"><img src="https://badgen.net/github/license/Naereen/Strapdown.js"/></a>
4-
<a href="https://GitHub.com/Ikaroon/com.ikaroon.tmp3d/releases/"><img src="https://img.shields.io/badge/Release-0.1.0--pre.1-yellow.svg"/></a>
4+
<a href="https://GitHub.com/Ikaroon/com.ikaroon.tmp3d/releases/"><img src="https://img.shields.io/badge/release-0.1.0--pre.1-yellow.svg"/></a>
55
<img alt="GitHub (Pre-)Release Date" src="https://img.shields.io/github/release-date-pre/Ikaroon/TMP3D"></p>
66

77
# Text Mesh Pro 3D

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ikaroon.tmp3d",
3-
"version": "0.1.0-pre.1",
3+
"version": "0.1.0-pre.2",
44
"displayName": "Text Mesh Pro 3D Support",
55
"description": "An extension for Text Mesh Pro that makes 3D text possible using shaders.",
66
"unity": "2020.3",
@@ -30,7 +30,7 @@
3030
],
3131
"type": "library",
3232
"documentationUrl": "https://github.com/Ikaroon/TMP3D",
33-
"changelogUrl": "https://github.com/Ikaroon/TMP3D/commits/main",
33+
"changelogUrl": "https://github.com/Ikaroon/TMP3D/blob/main/CHANGELOG.md",
3434
"license": "See LICENSE.md file",
3535
"licensesUrl": "https://github.com/Ikaroon/TMP3D/blob/main/LICENSE"
3636
}

0 commit comments

Comments
 (0)