Skip to content

Commit 14adb84

Browse files
committed
Fix API_PLUGIN_VERSION constant value
1 parent f10099c commit 14adb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
global $App;
1515
define( 'API_VERSION', 'v1' );
16-
define( 'API_PLUGIN_VERSION', '0.1.0' );
16+
define( 'API_PLUGIN_VERSION', '0.2.0' );
1717
$App->set_action( 'install', 'api_install' );
1818
$App->set_action( 'uninstall', 'api_uninstall' );
1919
$App->set_action( 'slug_taken', 'api_routes' );

0 commit comments

Comments
 (0)