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)