diff --git a/README.md b/README.md index 2c02ef87..db7da8a0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.4.2", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.3", ``` 3. UPM should now install the package. @@ -192,7 +192,7 @@ class SceneLoader public SceneLoader(LifetimeScope currentScope) { - currentScope = currentScope; // Inject the LifetimeScope to which this class belongs + this.currentScope = currentScope; // Inject the LifetimeScope to which this class belongs } IEnumerator LoadSceneAsync() diff --git a/VContainer/Assets/VContainer/package.json b/VContainer/Assets/VContainer/package.json index b068a26c..e526e042 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.4.2", + "version": "1.4.3", "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 96c3fb96..0c4e9a9c 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.4.2", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.3", ``` 3. UPM should now install the package. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 40bd5e1d..65d0a3fc 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -63,7 +63,7 @@ module.exports = { }, { href: 'https://github.com/hadashiA/VContainer/releases', - label: 'v1.4.2', + label: 'v1.4.3', position: 'right', }, {