Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-omise committed Mar 10, 2015
1 parent 161dd30 commit ec5c599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omise-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
define("OMISE_PROTOCOL_PREFIX", "https://");
define("OMISE_VAULT_HOST", "vault.omise.co");
define("OMISE_API_HOST", "api.omise.co");
define("OMISE_WOOCOMMERCE_PLUGIN_VERSION", "1.0");
define("OMISE_WOOCOMMERCE_PLUGIN_VERSION", "1.0.1");

require_once 'omise-util.php';
require_once 'omise-api-wrapper.php';
Expand All @@ -25,4 +25,4 @@
add_action ( 'plugins_loaded', 'register_omise_wc_gateway_plugin', 0 );
add_action ( 'plugins_loaded', 'prepare_omise_myaccount_panel', 0 );
add_action ( 'wp_loaded', array ( Omise_Admin::get_instance(), 'register_admin_page_and_actions' ) );
?>
?>

0 comments on commit ec5c599

Please sign in to comment.