Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Nov 26, 2020
1 parent c7cd419 commit d04d341
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 @@ -103,9 +103,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.2.0`
- `https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.2.1`
- Or add this to your `Package/manifest.json`
- `"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.2.0"`
- `"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.2.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.2.0",
"version": "1.2.1",
"unity": "2018.4",
"description": "Lightweight DI (Dependency Injection) Container for Unity.",
"keywords": ["DI", "Dependency Injection", "DI Container"],
Expand Down

0 comments on commit d04d341

Please sign in to comment.