Skip to content

Commit 7b7d4e4

Browse files
committed
release version 0.16.0
1 parent b375b85 commit 7b7d4e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

6-
v0.16.0 (xx dec 2018)
6+
v0.16.0 (30 dec 2018)
77
----------------------
88
### Added
99
- Add getVariableCount method in TemplateProcessor. @nicoder #1272

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can of course also manually edit your composer.json file
8888
```json
8989
{
9090
"require": {
91-
"phpoffice/phpword": "v0.14.*"
91+
"phpoffice/phpword": "v0.16.*"
9292
}
9393
}
9494
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"extra": {
9292
"branch-alias": {
93-
"dev-develop": "0.16-dev"
93+
"dev-develop": "0.17-dev"
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)