Skip to content

Commit

Permalink
changing to master
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hungate <[email protected]>
  • Loading branch information
ryanhungate committed Oct 13, 2016
1 parent 4963544 commit 94c38de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mailchimp-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: MailChimp for WooCommerce
* Plugin URI: https://mailchimp.com/connect-your-store/
* Description: MailChimp - WooCommerce plugin
* Version: 0.1.22
* Version: 1.0.2
* Author: MailChimp
* Author URI: https://mailchimp.com
* License: GPL-2.0+
Expand All @@ -35,9 +35,9 @@
*/
function mailchimp_environment_variables() {
return (object) array(
'repo' => 'develop',
'repo' => 'master',
'environment' => 'production',
'version' => '0.1.22',
'version' => '1.0.2',
'slack_token' => false,
'slack_channel' => 'mc-woo',
);
Expand Down

0 comments on commit 94c38de

Please sign in to comment.