Skip to content

Commit 7117c61

Browse files
authored
Merge pull request #8 from hadashiA/ku/fix-version-conflict
Fix version conflict 0.0.2
2 parents d02967b + 91b0497 commit 7117c61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class GameController : IInitializable, ITickable, IDisposable { /* ... */ }
506506
builder.RegisterEntryPoint<GameController>(Lifetime.Singleton);
507507
```
508508

509-
Not that this is similar to `Register<GameController>(Lifetime.Singleton).AsImplementedInterfaces()`
509+
Note that this is similar to `Register<GameController>(Lifetime.Singleton).AsImplementedInterfaces()`
510510

511511
#### Register instance
512512

Diff for: VContainer/Assets/VContainer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.hadashikick.vcontainer",
33
"displayName": "VContainer",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"unity": "2019.1",
66
"description": "Lightweight DI (Dependency Injection) Container for Unity.",
77
"keywords": ["DI", "Dependency Injection", "DI Container"],

0 commit comments

Comments
 (0)