Skip to content

Commit e60bc3c

Browse files
committed
Start 2.0.2-dev
1 parent 71d1565 commit e60bc3c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.0.2
4+
5+
* WIP
6+
37
## 2.0.1
48

59
* Issue #61: Fix ignored `tmpDir`

src/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* wk* specific features like xvfb support and proper argument handling.
1111
*
1212
* @author Michael Härtl <haertl.mike@gmail.com>
13-
* @version 2.0.1
13+
* @version 2.0.2-dev
1414
* @license http://www.opensource.org/licenses/MIT
1515
*/
1616
class Command extends BaseCommand

src/Image.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This class is a slim wrapper around wkhtmltoimage.
1010
*
1111
* @author Michael Härtl <haertl.mike@gmail.com>
12-
* @version 2.0.1
12+
* @version 2.0.2-dev
1313
* @license http://www.opensource.org/licenses/MIT
1414
*/
1515
class Image

src/Pdf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This class is a slim wrapper around wkhtmltopdf.
1010
*
1111
* @author Michael Härtl <haertl.mike@gmail.com>
12-
* @version 2.0.1
12+
* @version 2.0.2-dev
1313
* @license http://www.opensource.org/licenses/MIT
1414
*/
1515
class Pdf

0 commit comments

Comments
 (0)