Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 9, 2015
1 parent 1133bc5 commit 6281aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Enjoy the changelog:
Install locally:

```bash
$ composer require --dev --sort-packages localheinz/github-changelog:^0.1
$ composer require --dev --sort-packages localheinz/github-changelog
```

Create your changelog from within in your project:
Expand All @@ -60,7 +60,7 @@ Enjoy the changelog:
Install locally:

```bash
$ composer require --sort-packages localheinz/github-changelog:^0.1
$ composer require --sort-packages localheinz/github-changelog
```

Retrieve pull requests between references in your application:
Expand Down
2 changes: 1 addition & 1 deletion github-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ foreach ($autoloaders as $autoloader) {
use Localheinz\GitHub\ChangeLog;
use Symfony\Component\Console;

$application = new Console\Application('github-changelog', '0.2.0');
$application = new Console\Application('github-changelog', '0.2.1g');

$application->add(new ChangeLog\Console\PullRequestCommand());
$application->run();

0 comments on commit 6281aa4

Please sign in to comment.