Skip to content

Commit

Permalink
release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troosan committed Dec 30, 2018
1 parent b375b85 commit 7b7d4e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -90,7 +90,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "0.16-dev"
"dev-develop": "0.17-dev"
}
}
}

0 comments on commit 7b7d4e4

Please sign in to comment.