From 7aa1b72c0741c2afd27cec38b3f8a796bc1a7569 Mon Sep 17 00:00:00 2001 From: Keijiro Takahashi Date: Thu, 7 Oct 2021 22:01:52 +0900 Subject: [PATCH] Update docs --- Packages/jp.keijiro.metamesh/README.md | 6 ++++-- README.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Packages/jp.keijiro.metamesh/README.md b/Packages/jp.keijiro.metamesh/README.md index 05acf61..e52b91b 100644 --- a/Packages/jp.keijiro.metamesh/README.md +++ b/Packages/jp.keijiro.metamesh/README.md @@ -17,6 +17,8 @@ At the moment, it only supports very basic primitive shapes. - Icosphere - Cylinder - Rounded box +- Disc +- Ring How To Install -------------- @@ -39,7 +41,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.metamesh": "1.0.0" +"jp.keijiro.metamesh": "1.0.1" ``` After changes, the manifest file should look like below: @@ -54,6 +56,6 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.metamesh": "1.0.0", + "jp.keijiro.metamesh": "1.0.1", ... ``` diff --git a/README.md b/README.md index 05acf61..e52b91b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ At the moment, it only supports very basic primitive shapes. - Icosphere - Cylinder - Rounded box +- Disc +- Ring How To Install -------------- @@ -39,7 +41,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.metamesh": "1.0.0" +"jp.keijiro.metamesh": "1.0.1" ``` After changes, the manifest file should look like below: @@ -54,6 +56,6 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.metamesh": "1.0.0", + "jp.keijiro.metamesh": "1.0.1", ... ```