From 2bc25b931a2d0d076cc2f6fb5a63168a0c95922b Mon Sep 17 00:00:00 2001 From: Jeff Thomas Date: Mon, 15 Jul 2019 01:01:36 -0700 Subject: [PATCH] fixed typeo in variable causing error --- CHANGELOG.md | 8 ++++++-- composer.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4b329..c4f7240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [Unreleased] - No Changes +## [4.0.3] 2019-07-14 +- Fixed typo in variable causing error + ## [4.0.2] - 2019-07-12 ### Changed - Code Cleanup @@ -15,7 +18,8 @@ Fixed package name in `composer.json` ### Notes I am seperating the larger dapurware classes into their own packages as I would liek to develop them out a little more. -[Unreleased]: https://github.com/dappur/dappurware-deployment/compare/v4.0.2...HEAD -[4.0.1]: https://github.com/dappur/dappurware-deployment/compare/v4.0.1...v4.0.2 +[Unreleased]: https://github.com/dappur/dappurware-deployment/compare/v4.0.3...HEAD +[4.0.3]: https://github.com/dappur/dappurware-deployment/compare/v4.0.2...v4.0.3 +[4.0.2]: https://github.com/dappur/dappurware-deployment/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/dappur/dappurware-deployment/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/dappur/dappurware-deployment/releases/tag/v4.0.0 diff --git a/composer.json b/composer.json index 5447537..b909bcf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dappur/dappurware-deployment", "description": "Deployment support package for the Dappur Framework", "keywords": ["dappur", "dappurware", "framework", "deploy"], - "version": "4.0.2", + "version": "4.0.3", "homepage": "https://github.com/dappur/dappurware", "license": "MIT", "authors": [