| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: GamiPress |
| 4 | 4 | * Plugin URI: https://gamipress.com |
| 5 | 5 | * Description: The most flexible and powerful gamification system for WordPress. |
| 6 | - * Version: 8.0.0 | |
| 6 | + * Version: 8.0.3 | |
| 7 | 7 | * Author: GamiPress |
| 8 | 8 | * Author URI: https://gamipress.com/ |
| 9 | 9 | * Text Domain: gamipress |
| 10 | 10 | * Domain Path: /languages/ |
| @@ -121,9 +121,9 @@ | ||
| 121 | 121 | */ |
| 122 | 122 | private function constants() { |
| 123 | 123 | |
| 124 | 124 | // Plugin version |
| 125 | - define( 'GAMIPRESS_VER', '8.0.0' ); | |
| 125 | + define( 'GAMIPRESS_VER', '8.0.3' ); | |
| 126 | 126 | |
| 127 | 127 | // Plugin file |
| 128 | 128 | define( 'GAMIPRESS_FILE', __FILE__ ); |
| 129 | 129 | |