Bump version
This commit is contained in:
parent
f9fae921cc
commit
72d845e817
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.0.0-alpha.10
|
||||||
|
* Added `Container.registerLazySingleton<T>`.
|
||||||
|
|
||||||
# 1.0.0-alpha.9
|
# 1.0.0-alpha.9
|
||||||
* Added `Container.has<T>`.
|
* Added `Container.has<T>`.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_container
|
name: angel_container
|
||||||
version: 1.0.0-alpha.9
|
version: 1.0.0-alpha.10
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: "A better IoC container and dependency injector for Angel, ultimately allowing Angel to be used without dart:mirrors."
|
description: "A better IoC container and dependency injector for Angel, ultimately allowing Angel to be used without dart:mirrors."
|
||||||
homepage: https://github.com/angel-dart/container.git
|
homepage: https://github.com/angel-dart/container.git
|
||||||
|
|
Loading…
Reference in a new issue