We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10099c commit 14adb84Copy full SHA for 14adb84
1 file changed
plugin.php
@@ -13,7 +13,7 @@
13
14
global $App;
15
define( 'API_VERSION', 'v1' );
16
-define( 'API_PLUGIN_VERSION', '0.1.0' );
+define( 'API_PLUGIN_VERSION', '0.2.0' );
17
$App->set_action( 'install', 'api_install' );
18
$App->set_action( 'uninstall', 'api_uninstall' );
19
$App->set_action( 'slug_taken', 'api_routes' );
0 commit comments