Skip to content

Commit 9f4d978

Browse files
committed
- update version
1 parent fed45ab commit 9f4d978

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Assets/UnityDebugSheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.harumak.unitydebugsheet",
33
"displayName": "Unity Debug Sheet",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"unity": "2020.3",
66
"license": "MIT",
77
"dependencies": {

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<h1 align="center">Unity Debug Sheet</h1>
22

3+
## How To Install
4+
5+
### Add the line below to `Packages/manifest.json`
6+
7+
for version `1.5.5`
8+
```json
9+
"com.harumak.unitydebugsheet" : "https://github.com/unity-package/UnityDebugSheet.git?path=/Assets/UnityDebugSheet#1.5.5",
10+
```
11+
312
[![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE.md)
413

514
[日本語ドキュメント(Japanese Documents Available)](README_JA.md)

0 commit comments

Comments
 (0)