diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ed5508c6..2d07c7bddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8f0a2a7c69..f1d1d6ee0b 100644 --- a/README.md +++ b/README.md @@ -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.*" } } ``` diff --git a/composer.json b/composer.json index 24d8532b9e..bd57d6e3b1 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ }, "extra": { "branch-alias": { - "dev-develop": "0.16-dev" + "dev-develop": "0.17-dev" } } }