From d046535bdb00291d8a4ee806295aafdc3381f50a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 28 Dec 2015 23:15:30 +0100 Subject: [PATCH] Prepare version 6.0.0 --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1c992cf..4692848 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -**Version THE NEXT ONE** +**Version 6.0.0** * CHANGE registration scopes are replaced by a single factory implementation. If you were not doing anything with the internal scope mechanism, you should not be affected by this change. * ADD application contexts. You can register dependencies within an application context which allow you to fine-tune the creation of dependency instances. diff --git a/README.md b/README.md index f1e1c9e..d985074 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version >5.0.0 +Version 6.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)