From 16e1f0fb754741232b2a669d78a27dc16bcd4323 Mon Sep 17 00:00:00 2001 From: Donna Peplinskie Date: Thu, 16 Jan 2025 09:12:13 -0500 Subject: [PATCH] Bump version --- package-lock.json | 4 ++-- package.json | 2 +- sensei-lms.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index facb1a67a1..4c15a5e84a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sensei-lms", - "version": "4.24.4", + "version": "4.24.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sensei-lms", - "version": "4.24.4", + "version": "4.24.5", "license": "GPL-2.0-or-later", "dependencies": { "@automattic/calypso-color-schemes": "3.1.1", diff --git a/package.json b/package.json index faa316770a..727d9055dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sensei-lms", "title": "Sensei LMS", - "version": "4.24.4", + "version": "4.24.5", "description": "Sensei LMS", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/sensei-lms.php b/sensei-lms.php index 3a3f5fb99d..cb317fd331 100644 --- a/sensei-lms.php +++ b/sensei-lms.php @@ -3,7 +3,7 @@ * Plugin Name: Sensei LMS * Plugin URI: https://senseilms.com/ * Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course. - * Version: 4.24.4 + * Version: 4.24.5 * Author: Automattic * Author URI: https://automattic.com * License: GPLv2 or later @@ -19,7 +19,7 @@ } if ( ! defined( 'SENSEI_LMS_VERSION' ) ) { - define( 'SENSEI_LMS_VERSION', '4.24.4' ); // WRCS: DEFINED_VERSION. + define( 'SENSEI_LMS_VERSION', '4.24.5' ); // WRCS: DEFINED_VERSION. } if ( ! defined( 'SENSEI_LMS_PLUGIN_FILE' ) ) {