| @@ -2,14 +2,14 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: WP Ultimate Post Grid |
| 4 | 4 | Plugin URI: http://bootstrapped.ventures/wp-ultimate-post-grid/ |
| 5 | 5 | Description: Easily create filterable responsive grids for your posts, pages or custom post types |
| 6 | -Version: 2.3 | |
| 6 | +Version: 2.0 | |
| 7 | 7 | Author: Bootstrapped Ventures |
| 8 | 8 | Author URI: http://bootstrapped.ventures |
| 9 | 9 | License: GPLv3 |
| 10 | 10 | */ |
| 11 | -define( 'WPUPG_VERSION', '2.3' ); | |
| 11 | +define( 'WPUPG_VERSION', '2.0' ); | |
| 12 | 12 | define( 'WPUPG_POST_TYPE', 'wpupg_grid' ); |
| 13 | 13 | |
| 14 | 14 | class WPUltimatePostGrid { |
| 15 | 15 | |