Skip to content

Commit

Permalink
Merge pull request #53 from hadashiA/ku/1.1.1
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
hadashiA authored Nov 14, 2020
2 parents 47dced1 + 5e4bbaf commit 8fd4963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ Further reading:
### Unity Package Manager (upm)

- `Window -> Package Manager -> +▼ -> Add package from git url`
- `https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.1.0`
- `https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.1.1`
- Or add this to your `Package/manifest.json`
- `"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.1.0"`
- `"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.1.1"`

### .unitypackage

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.1.0",
"version": "1.1.1",
"unity": "2018.4",
"description": "Lightweight DI (Dependency Injection) Container for Unity.",
"keywords": ["DI", "Dependency Injection", "DI Container"],
Expand Down

0 comments on commit 8fd4963

Please sign in to comment.