Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jan 15, 2021
1 parent bab0877 commit 3ce9fd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion VContainer/Assets/VContainer/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
},
{
href: 'https://github.com/hadashiA/VContainer/releases',
label: 'v1.4.2',
label: 'v1.4.3',
position: 'right',
},
{
Expand Down

0 comments on commit 3ce9fd7

Please sign in to comment.