From 80f76e4310f9241071d8d8f83819d0910dbf0af9 Mon Sep 17 00:00:00 2001 From: hadashi Date: Fri, 26 Feb 2021 09:34:51 +0900 Subject: [PATCH] 1.5.10 --- 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 6f4baa8d..0be2ee03 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.9", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.10", ``` 3. UPM should now install the package. diff --git a/VContainer/Assets/VContainer/package.json b/VContainer/Assets/VContainer/package.json index 44fc4c51..7593551b 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.9", + "version": "1.5.10", "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 6eca861c..29bccc2f 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.9", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.10", ``` 3. UPM should now install the package. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 526585ba..baa74783 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.9', + label: 'v1.5.10', position: 'right', }, {