Skip to content

Commit 6a0fa63

Browse files
committed
prepared for version 0.7.4 release
1 parent 269d836 commit 6a0fa63

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
- No Changes
5+
6+
## [0.7.4] - 2018-10-11
47
### Added
58
- `theme` command. This will install a theme from a git url or if no url is set, it will present the options
69

@@ -44,7 +47,8 @@ This update is to support the newest version of the framework which branches the
4447
- Legacy code that was unused
4548

4649

47-
[Unreleased]: https://github.com/dappur/dapp/compare/v0.7.3...HEAD
50+
[Unreleased]: https://github.com/dappur/dapp/compare/v0.7.4...HEAD
51+
[0.7.4]: https://github.com/dappur/dapp/compare/v0.7.3...v0.7.4
4852
[0.7.3]: https://github.com/dappur/dapp/compare/v0.7.2...v0.7.3
4953
[0.7.2]: https://github.com/dappur/dapp/compare/v0.7.1...v0.7.2
5054
[0.7.1]: https://github.com/dappur/dapp/compare/v0.7.0...v0.7.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "dApp || The Command line interface for the Dappur PHP Framework",
55
"keywords": ["dappur", "console", "command"],
6-
"version": "0.7.3",
6+
"version": "0.7.4",
77
"homepage": "https://dappur.io",
88
"license": "MIT",
99
"authors": [{

src/Dapp/Console/DappApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class DappApplication extends Application
1212
{
13-
public function __construct($version = "0.7.3")
13+
public function __construct($version = "0.7.4")
1414
{
1515
parent::__construct('Dappur - https://dappur.io.', $version);
1616

0 commit comments

Comments
 (0)