diff --git a/wp-functions-wrapper.php b/wp-functions-wrapper.php index 043f64c..568639c 100644 --- a/wp-functions-wrapper.php +++ b/wp-functions-wrapper.php @@ -3,11 +3,11 @@ * Plugin Name: WordPress Functions Wrapper * Plugin URI: https://github.com/contactjavas/wp-functions-wrapper * Description: WordPress functions wrapper for faster & simpler development. - * Version: 0.0.1 + * Version: 0.1.0 * Author: Bagus - * Author URI: https://buatapp.com/ + * Author URI: https://kembangweb.com/ * License: MIT - * License URI: https://oss.ninja/mit?organization=buatapp + * License URI: https://oss.ninja/mit?organization=kembangweb * Text Domain: wpfw * * @package WPFW @@ -18,7 +18,7 @@ load_plugin_textdomain( 'wpfw', false, __DIR__ . '/languages' ); // identities constants. -define( 'WPFW_PLUGIN_VERSION', '0.0.1' ); +define( 'WPFW_PLUGIN_VERSION', '0.1.0' ); define( 'WPFW_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) ); define( 'WPFW_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );