| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Plugin Detective - Troubleshooting Conflicts |
| 4 | 4 | * Plugin URI: https://nsquared.io |
| 5 | 5 | * Description: Quickly troubleshoot & fix plugin conflicts |
| 6 | - * Version: 1.2.32 | |
| 6 | + * Version: 1.2.33 | |
| 7 | 7 | * Author: NSquared |
| 8 | 8 | * Donate link: https://nsquared.io |
| 9 | 9 | * License: GPLv2 |
| 10 | 10 | * Text Domain: plugin-detective |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | * |
| 13 | 13 | * @link https://nsquared.io |
| 14 | 14 | * |
| 15 | 15 | * @package Plugin_Detective |
| 16 | - * @version 1.2.32 | |
| 16 | + * @version 1.2.33 | |
| 17 | 17 | * |
| 18 | 18 | * Built using generator-plugin-wp (https://github.com/WebDevStudios/generator-plugin-wp) |
| 19 | 19 | */ |
| 20 | 20 | |
| @@ -72,9 +72,9 @@ | ||
| 72 | 72 | * |
| 73 | 73 | * @var string |
| 74 | 74 | * @since 0.0.0 |
| 75 | 75 | */ |
| 76 | - const VERSION = '1.2.32'; | |
| 76 | + const VERSION = '1.2.33'; | |
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | 79 | * wp admin instance class |
| 80 | 80 | * |