| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Property Hive |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/propertyhive/ |
| 5 | 5 | * Description: Property Hive has everything you need to build estate agency websites |
| 6 | - * Version: 2.3.1 | |
| 6 | + * Version: 2.3.0 | |
| 7 | 7 | * Author: PropertyHive |
| 8 | 8 | * Author URI: https://wp-property-hive.com |
| 9 | 9 | * License: GPLv3 |
| 10 | 10 | * License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | /** |
| 28 | 28 | * Main PropertyHive Class |
| 29 | 29 | * |
| 30 | 30 | * @class PropertyHive |
| 31 | - * @version 2.3.1 | |
| 31 | + * @version 2.3.0 | |
| 32 | 32 | */ |
| 33 | 33 | final class PropertyHive { |
| 34 | 34 | |
| 35 | 35 | /** |
| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * @var string |
| 37 | 37 | */ |
| 38 | - public $version = '2.3.1'; | |
| 38 | + public $version = '2.3.0'; | |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | 41 | * @var PropertyHive The single instance of the class |
| 42 | 42 | */ |