diff --git a/CHANGES.md b/CHANGES.md index 3b66c6d..3a55f3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Mirage Config injector for Poodinis Changelog +**Version 1.0.2** (28-11-2022) +* Rename package name to be shorter. DUB builds were failing due to the long package name. + **Version 1.0.1** (27-11-2022) * Fix DUB project file diff --git a/README.md b/README.md index 5a6ad62..d102b83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mirage Config injector for Poodinis -Version 1.0.1 +Version 1.0.2 Copyright 2022 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) diff --git a/dub.json b/dub.json index d90a10a..0ae7cad 100644 --- a/dub.json +++ b/dub.json @@ -1,5 +1,5 @@ { - "name": "poodinis-mirage-config-injector", + "name": "mirage-injector", "description": "A Poodinis value injector for reading config files using Mirage Config", "authors": ["Mike Bierlee"], "copyright": "Copyright © 2022, Mike Bierlee",