Skip to content

Commit

Permalink
updated version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jul 17, 2019
1 parent ae3af03 commit 1006aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
*/

add_action( 'wponion_before_addons_load', function () {
wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3', __DIR__ . '/class-vendor-support.php' );
wponion_register_addon( __( 'WPOnion Vendor Support' ), '1.3.1', __DIR__ . '/class-vendor-support.php' );
} );

0 comments on commit 1006aea

Please sign in to comment.