From 9334f8864edbf56667dc58312daee172a9cbeaed Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 9 Feb 2016 23:53:47 +0100 Subject: [PATCH] Prepare version 6.1.0 --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9a92af5..b139288 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -**Version NEXT** +**Version 6.1.0** * ADD setting persistent registration and resolve options * DEPRECATE DO_NOT_ADD_CONCRETE_TYPE_REGISTRATION, use doNotAddConcreteTypeRegistration instead * DEPRECATE supplying register()'s registration options as variadic arguments. Use register(SuperType, ConcreteType)(RegistrationOption[]) instead. diff --git a/README.md b/README.md index be85420..300cb9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 6.0.0 +Version 6.1.0 Copyright 2014-2016 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)