From 9e0f256f1589c35f50668c0f1ad40e77116904d3 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 16 Aug 2015 15:37:00 +0200 Subject: [PATCH] Prepare version 3.0.0 --- CHANGES.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index be35f71..c769c1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Poodinis Changelog ================== -**Next Version** +**Version 3.0.0** +This version is only compatible with DMD 2.068.0 or higher! * ADD UDA which always resolved a new instance to an autowired member, regardless of registration scope. **Version 2.2.0** diff --git a/README.md b/README.md index 462d682..22a1b89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 2.2.0 +Version 3.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)