Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Dec 3, 2019
1 parent b982558 commit 194593a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensei-content-drip",
"title": "Sensei Content Drip",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "http://www.woothemes.com/products/sensei-content-drip/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions sensei-content-drip.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Sensei Content Drip
* Version: 2.0.0
* Version: 2.0.1
* Plugin URI: https://woocommerce.com/products/sensei-content-drip/
* Description: Control access to Sensei lessons by scheduling them to become available after a determined time.
* Author: Automattic
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.0' );
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.1' );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 194593a

Please sign in to comment.