From fed2a4f39f09b2c8dcc6b132b8e443043f3f8429 Mon Sep 17 00:00:00 2001 From: hadashi Date: Sat, 30 Jan 2021 23:34:15 +0900 Subject: [PATCH] 1.4.5 --- README.md | 2 +- VContainer/Assets/VContainer/package.json | 2 +- website/docs/getting-started/installation.mdx | 2 +- website/docusaurus.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 622f1d84..62304b1c 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.4", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.5", ``` 3. UPM should now install the package. diff --git a/VContainer/Assets/VContainer/package.json b/VContainer/Assets/VContainer/package.json index a1048571..8cd6a5fd 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.4", + "version": "1.4.5", "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 f00f50d1..82a56231 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.4", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.5", ``` 3. UPM should now install the package. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index d34c8c4b..0811ff79 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.4', + label: 'v1.4.5', position: 'right', }, {