Skip to content

Commit

Permalink
releasing 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Sep 5, 2015
1 parent c2557a7 commit dfd828c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 3.0.0 - 2015-09-05

### Added
- Added a CHANGELOG.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ A PHP library providing ISO 4217 data.
Either install directly from command line using composer:

``` sh
$ composer require "alcohol/iso4217:~2.0"
$ composer require "alcohol/iso4217:~3.0"
```

or manually include it as a dependency in your composer.json:

``` javascript
{
"require": {
"alcohol/iso4217": "~2.0"
"alcohol/iso4217": "~3.0"
}
}
```
Expand Down

0 comments on commit dfd828c

Please sign in to comment.