diff --git a/README.md b/README.md index 3ca0638..2b61baa 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ Install via Unity Package Manager Please install the packages in the following order: ``` -git@github.com:mewlist/MewCore.git +https://github.com/mewlist/MewCore.git ``` ``` -git@github.com:mewlist/Doinject.git +https://github.com/mewlist/Doinject.git ``` # About Doinject diff --git a/README_ja.md b/README_ja.md index 346c395..74f4d90 100644 --- a/README_ja.md +++ b/README_ja.md @@ -24,11 +24,11 @@ Asynchronous DI Container for Unity 以下の順にパッケージをインストールしてください。 ``` -git@github.com:mewlist/MewCore.git +https://github.com/mewlist/MewCore.git ``` ``` -git@github.com:mewlist/Doinject.git +https://github.com/mewlist/Doinject.git ``` # Doinject について diff --git a/package.json b/package.json index da67d82..601e519 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "st.mewli.di", "displayName": "Doinject", "version": "1.0.0", - "unity": "2023.2", + "unity": "2022.3", "description": "Asynchronous DIContainer for Unity", "author": { "name": "mewlist",