Skip to content

Commit c019c2c

Browse files
authored
Update child-theme-check.php
1 parent 2c9c75b commit c019c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: child-theme-check.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Child Theme Check
44
* Description: This plugin can warn you about old template files in your child theme
5-
* Version: 1.0.5
5+
* Version: 1.0.6
66
* Plugin URI: https://github.com/Zodiac1978/tl-template-checker
77
* Author: Torsten Landsiedel
88
* Author URI: http://torstenlandsiedel.de
@@ -31,7 +31,7 @@ final class TLTemplateChecker {
3131
/**
3232
* @var string
3333
*/
34-
public $version = '1.0.5';
34+
public $version = '1.0.6';
3535

3636
/**
3737
* @var TLTemplateChecker The single instance of the class

0 commit comments

Comments
 (0)