diff --git a/index.php b/index.php index c6b8fa0..0afed91 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: WPOnion Vendor Support * Plugin URI: https://github.com/wponion/vendor-support * Description: This plugin (or extension) acts as a backup and/or replacement for the CDN based files within WPOnion Framework. - * Version: 1.3.3 + * Version: 1.3.4 * Author: varunsridharan * Author URI: https://varunsridharan.in * Text Domain: wponion-vendor-support @@ -11,5 +11,5 @@ */ add_action( 'wponion_before_addons_load', function () { - wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.3', __DIR__ . '/class-vendor-support.php' ); + wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.4', __DIR__ . '/class-vendor-support.php' ); } );