Skip to content

Commit b46e39f

Browse files
authored
Merge pull request #99 from hadashiA/ku/1.4.4
1.4.4
2 parents ca245bb + c0573f7 commit b46e39f

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
@@ -49,7 +49,7 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine.
4949
1. Navigate to your project's Packages folder and open the manifest.json file.
5050
2. Add this line below the "dependencies": { line
5151
- ```json title="Packages/manifest.json"
52-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.3",
52+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.4",
5353
```
5454
3. UPM should now install the package.
5555

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.4.3",
4+
"version": "1.4.4",
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.4.3",
12+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.4.4",
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
@@ -63,7 +63,7 @@ module.exports = {
6363
},
6464
{
6565
href: 'https://github.com/hadashiA/VContainer/releases',
66-
label: 'v1.4.3',
66+
label: 'v1.4.4',
6767
position: 'right',
6868
},
6969
{

0 commit comments

Comments
 (0)