Skip to content

Commit dfd828c

Browse files
committed
releasing 3.0
1 parent c2557a7 commit dfd828c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## 3.0.0 - 2015-09-05
66

77
### Added
88
- Added a CHANGELOG.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ A PHP library providing ISO 4217 data.
1616
Either install directly from command line using composer:
1717

1818
``` sh
19-
$ composer require "alcohol/iso4217:~2.0"
19+
$ composer require "alcohol/iso4217:~3.0"
2020
```
2121

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

2424
``` javascript
2525
{
2626
"require": {
27-
"alcohol/iso4217": "~2.0"
27+
"alcohol/iso4217": "~3.0"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)