Skip to content

Commit c6fe413

Browse files
updated version to 0.7.5
1 parent 09a90b0 commit c6fe413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsp-bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* Framework Name: VSP Framework
2929
* Plugin Name: VSP Framework
30-
* Version: 0.7.4
30+
* Version: 0.7.5
3131
* Author: Varun Sridharan
3232
* Author URI:http://varunsridharan.in
3333
* Text Domain:vsp-framework
@@ -43,7 +43,7 @@
4343
if ( ! defined( 'VSP_VERSION' ) ) {
4444
try {
4545
$upload_dir = wp_upload_dir( null, false );
46-
defined( 'VSP_VERSION' ) || define( 'VSP_VERSION', '0.7.4' );
46+
defined( 'VSP_VERSION' ) || define( 'VSP_VERSION', '0.7.5' );
4747
defined( 'VSP_PATH' ) || define( 'VSP_PATH', plugin_dir_path( __FILE__ ) );
4848
defined( 'VSP_URL' ) || define( 'VSP_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );
4949
defined( 'VSP_CORE' ) || define( 'VSP_CORE', VSP_PATH . 'core/' );

0 commit comments

Comments
 (0)