| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | * Plugin Name: Blockspare |
| 4 | 4 | * Plugin URI: https://profiles.wordpress.org/blockspare |
| 5 | 5 | * Description: Beautiful Page Building Gutenberg Blocks for WordPress |
| 6 | - * Version: 1.3.2 | |
| 6 | + * Version: 1.3.5 | |
| 7 | 7 | * Author: Blockspare |
| 8 | 8 | * Author URI: https://blockspare.com |
| 9 | 9 | * Text Domain: blockspare |
| 10 | 10 | * License: GPL-2.0+ |
| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | * Plugin version. |
| 24 | 24 | * |
| 25 | 25 | * @var string |
| 26 | 26 | */ |
| 27 | - const VERSION = '1.3.2'; | |
| 27 | + const VERSION = '1.3.5'; | |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * Instance of this class. |
| 31 | 31 | * |