diff --git a/README.md b/README.md index e90948a7..39f69a7c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine. 1. Navigate to your project's Packages folder and open the manifest.json file. 2. Add this line below the "dependencies": { line - ```json title="Packages/manifest.json" - "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.0", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.1", ``` 3. UPM should now install the package. diff --git a/VContainer/Assets/VContainer/Runtime/Unity/EntryPointExceptionHandler.cs.meta b/VContainer/Assets/VContainer/Runtime/Unity/EntryPointExceptionHandler.cs.meta deleted file mode 100644 index ed5bad5b..00000000 --- a/VContainer/Assets/VContainer/Runtime/Unity/EntryPointExceptionHandler.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 3b60c8fd4709435d82c04a947e096fa3 -timeCreated: 1612005912 \ No newline at end of file diff --git a/VContainer/Assets/VContainer/package.json b/VContainer/Assets/VContainer/package.json index c4ec14f9..a83a32af 100644 --- a/VContainer/Assets/VContainer/package.json +++ b/VContainer/Assets/VContainer/package.json @@ -1,7 +1,7 @@ { "name": "jp.hadashikick.vcontainer", "displayName": "VContainer", - "version": "1.5.0", + "version": "1.5.1", "unity": "2018.4", "description": "The extra fast DI (Dependency Injection) for Unity", "keywords": ["DI", "Dependency Injection", "DI Container"], diff --git a/website/docs/getting-started/installation.mdx b/website/docs/getting-started/installation.mdx index 10f50925..008c981f 100644 --- a/website/docs/getting-started/installation.mdx +++ b/website/docs/getting-started/installation.mdx @@ -9,7 +9,7 @@ title: Installation 1. Navigate to your project's Packages folder and open the manifest.json file. 2. Add this line below the "dependencies": { line - ```json title="Packages/manifest.json" - "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.0", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.1", ``` 3. UPM should now install the package. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b5094698..2f0c9bb8 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -64,7 +64,7 @@ module.exports = { }, { href: 'https://github.com/hadashiA/VContainer/releases', - label: 'v1.5.0', + label: 'v1.5.1', position: 'right', }, {