release version 0.16.0

This commit is contained in:
troosan 2018-12-30 01:35:03 +01:00
parent b375b8580f
commit 7b7d4e4936
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
v0.16.0 (xx dec 2018)
v0.16.0 (30 dec 2018)
----------------------
### Added
- Add getVariableCount method in TemplateProcessor. @nicoder #1272

View File

@ -88,7 +88,7 @@ You can of course also manually edit your composer.json file
```json
{
"require": {
"phpoffice/phpword": "v0.14.*"
"phpoffice/phpword": "v0.16.*"
}
}
```

View File

@ -90,7 +90,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "0.16-dev"
"dev-develop": "0.17-dev"
}
}
}