Skip to content

Commit 8ca5a12

Browse files
committed
1.5.6
1 parent d280d05 commit 8ca5a12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine.
4848
1. Navigate to your project's Packages folder and open the manifest.json file.
4949
2. Add this line below the "dependencies": { line
5050
- ```json title="Packages/manifest.json"
51-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.5",
51+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.6",
5252
```
5353
3. UPM should now install the package.
5454

VContainer/Assets/VContainer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.hadashikick.vcontainer",
33
"displayName": "VContainer",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"unity": "2018.4",
66
"description": "The extra fast DI (Dependency Injection) for Unity",
77
"keywords": ["DI", "Dependency Injection", "DI Container"],

website/docs/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Installation
99
1. Navigate to your project's Packages folder and open the manifest.json file.
1010
2. Add this line below the "dependencies": { line
1111
- ```json title="Packages/manifest.json"
12-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.5",
12+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.5.6",
1313
```
1414
3. UPM should now install the package.
1515

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
},
6565
{
6666
href: 'https://github.com/hadashiA/VContainer/releases',
67-
label: 'v1.5.5',
67+
label: 'v1.5.6',
6868
position: 'right',
6969
},
7070
{

0 commit comments

Comments
 (0)