Bump version

This commit is contained in:
Tobe O 2018-10-22 11:23:46 -04:00
parent f9fae921cc
commit 72d845e817
2 changed files with 4 additions and 1 deletions

View file

@ -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>`.

View file

@ -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