diff --git a/README.ja.md b/README.ja.md
index 79073d12a..3740b9fa0 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -7,7 +7,10 @@ https://github.com/vrm-c/UniVRM
UniVRM は、VRMフォーマットを読み書きする Unity package です。
+バージョン `v0.80.0` から、`Unity-2019.4LTS` 以降をサポートします。
* [Unityのバージョン](https://vrm.dev/docs/univrm/install/unity_version/)
+
+
* [UniVRMのバージョン](https://vrm.dev/docs/univrm/install/univrm_version/)
* [UniVRMマニュアル](https://vrm.dev/docs/univrm/)
@@ -35,31 +38,19 @@ glTF2.0をベースとしており、誰でも自由に利用することがで
## Installation
https://vrm.dev/docs/univrm/install/
-### 安定版
-
-トラブルの無さそうなバージョンをピックアップする予定です。
-バージョン選択の参考にしてください。
-github の右側にある下のようなリンクを辿ってください。
-
-
-
-1. ``UniVRM-0.xx.unitypackage``をダウンロードしてください。
-1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
-
-### 最新版
-
-リリース時に preview の印を付けることにしました。
1. 本リポジトリの[リリースページ](https://github.com/vrm-c/UniVRM/releases)へ移動してください。
-1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。
-1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
-
+1. 最新の``UniVRM0X-0.xx.unitypackage``をダウンロードしてください。
+1. ``UniVRM0X-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
+
## Script Samples
* [Programming](https://vrm.dev/docs/univrm/programming/)
* [UniVRMサンプル](https://github.com/vrm-c/UniVRM/tree/master/Assets/VRM.Samples)
* [UniVRMTest(テストとサンプル)](https://github.com/vrm-c/UniVRMTest)
+`UniVRM10-*` は vrm-1.0 開発版のパッケージです。
+
## Contributing to UniVRM
以下コマンドでUniVRMリポジトリをクローンして、UnityでUniVRMフォルダを開きます。
diff --git a/README.md b/README.md
index f6304728f..bf2d6c8b6 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,10 @@ https://github.com/vrm-c/UniVRM
`UniVRM` is a Unity implementation of [VRM](https://vrm.dev/en/vrm_about/). It can create, import and export VRM models.
+From version `v0.80.0`, UniVRM supports `Unity-2019.4LTS` or later.
* [Unity Version](https://vrm.dev/en/docs/univrm/install/unity_version/)
+
+
* [UniVRM Version](https://vrm.dev/en/docs/univrm/install/univrm_version/)
* [UniVRM Manual](https://vrm.dev/en/docs/univrm/)
@@ -32,24 +35,12 @@ The imported VRM model has the following Data:
https://vrm.dev/en/docs/univrm/install/
-### Stable Version
-
-Versions without bug fixes will be picked up as stable versions.
-To download the stable version, click the release tag (marked as `Latest`) as shown in the image below:
-
-
-
-1. Download ``UniVRM-0.xx.unitypackage``
-1. Import ``UniVRM-0.xx.unitypackage`` into the Unity project
-
-### Latest Version
-
-The latest version is marked as `Pre-release`:
-
1. Go to the [releases page](https://github.com/vrm-c/UniVRM/releases)
-1. Download the latest ``UniVRM-0.xx.unitypackage``
-1. Import ``UniVRM-0.xx.unitypackage`` into the Unity project
-
+1. Download the latest ``UniVRM0X-0.xx.unitypackage``
+1. Import ``UniVRM0X-0.xx.unitypackage`` into the Unity project
+
+`UniVRM10-*` is `vrm-1.0` development version package.
+
## Script Samples
* [Programming](https://vrm.dev/en/docs/univrm/programming/)