Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
JDGrimes committed Mar 17, 2015
2 parents 0a9fd25 + 8129015 commit 3fe5591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @type string WORDPOINTS_WOOCOMMERCE_VERSION
*/
define( 'WORDPOINTS_WOOCOMMERCE_VERSION', '1.0.0-alpha' );
define( 'WORDPOINTS_WOOCOMMERCE_VERSION', '1.0.1' );

/**
* The full path to the module's main directory.
Expand Down
6 changes: 4 additions & 2 deletions src/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
* Module Name: WooCommerce
* Author: J.D. Grimes
* Author URI: http://codesymphony.co/
* Version: 1.0.0
* Version: 1.0.1
* Description: Let your users pay with points.
* Text Domain: wordpoints-woocommerce
* Domain Path: /languages
* ID: 445
* Channel: wordpoints.org
*
* ---------------------------------------------------------------------------------|
* Copyright 2014-15 J.D. Grimes (email : [email protected])
* ---------------------------------------------------------------------------------|
*
* @package WordPoints_WooCommerce
* @version 1.0.0
* @version 1.0.1
* @author J.D. Grimes <[email protected]>
*/

Expand Down

0 comments on commit 3fe5591

Please sign in to comment.