Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Apr 4, 2017
1 parent b1c497b commit 4d7c894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.3] - 2017-04-04
### Added
- `install:service` command
- `uninstall:service` command
Expand Down Expand Up @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `update:site` command
- `delete:site` command

[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.1.2...HEAD
[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.1.3...HEAD
[0.1.3]: https://github.com/svenluijten/forge-cli/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/svenluijten/forge-cli/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/svenluijten/forge-cli/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/svenluijten/forge-cli/releases/0.1.0
2 changes: 1 addition & 1 deletion bin/forge
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
require __DIR__.'/../vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('Forge CLI', '0.1.2');
$app = new Symfony\Component\Console\Application('Forge CLI', '0.1.3');

// Server-related commands
$app->addCommands([
Expand Down

0 comments on commit 4d7c894

Please sign in to comment.