Skip to content

Commit

Permalink
Bump Sensei version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyarce committed Oct 11, 2022
1 parent 8e0accf commit 96e0e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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-lms",
"title": "Sensei LMS",
"version": "4.7.0",
"version": "4.7.1",
"description": "Sensei LMS",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion sensei-lms.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
exit; // Exit if accessed directly.
}

define( 'SENSEI_LMS_VERSION', '4.7.0' ); // WRCS: DEFINED_VERSION.
define( 'SENSEI_LMS_VERSION', '4.7.1' ); // WRCS: DEFINED_VERSION.
define( 'SENSEI_LMS_PLUGIN_FILE', __FILE__ );

if ( class_exists( 'Sensei_Main' ) ) {
Expand Down

0 comments on commit 96e0e17

Please sign in to comment.