Skip to content

Commit e46a0ea

Browse files
committed
chore: update version
1 parent 6739f71 commit e46a0ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function check_php() {
6767
* @return void
6868
*/
6969
function define_constants() {
70-
define( 'LMSCOURSE_FSE_VERSION', '0.1' );
70+
define( 'LMSCOURSE_FSE_VERSION', '0.0.1' );
7171
define( 'LMSCOURSE_FSE_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'LMSCOURSE_FSE_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'LMSCOURSE_FSE_URL', trailingslashit( get_template_directory_uri() ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lmscourse-fse",
3-
"version": "0.1",
3+
"version": "0.0.1",
44
"description": "A lightweight theme for the full site editing WordPress experience.",
55
"author": "Themeisle <friends@themeisle.com>",
66
"license": "GPL-2.0-or-later",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.7
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
Description: LMSCourse FSE is a fast, full-site editing WordPress theme tailored for online courses, coaching sites, and digital schools. Fully compatible with Masteriyo, LearnDash, Tutor LMS, and LifterLMS, it lets you launch a complete LMS site with lessons, quizzes, and certificates. Lightweight, responsive, and block-based, LMSCourse FSE works seamlessly with WooCommerce and payment gateways to help you sell and manage your online learning content.
10-
Version: 0.1
10+
Version: 0.0.1
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: lmscourse-fse

0 commit comments

Comments
 (0)