Skip to content

Commit

Permalink
fixed typeo in variable causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardteach42 committed Jul 15, 2019
1 parent fd162d0 commit 2bc25b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 2bc25b9

Please sign in to comment.