From 3945f8ea1b19dcb96b87d15e08a4fafb81713546 Mon Sep 17 00:00:00 2001 From: claudiopome Date: Thu, 21 Nov 2024 15:12:41 +0100 Subject: [PATCH] bump version to 3.54.1 --- package.json | 2 +- src-js/webpack/package.json | 2 +- src/wordlift.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a92b5769e..ce829ddff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wordlift-plugin", "description": "WordLift brings the power of Artificial Intelligence to organize content. Attract new readers and get their true attention with top notch semantic seo.", "private": true, - "version": "3.54.0", + "version": "3.54.1", "author": "WordLift", "homepage": "https://wordift.io/", "license": "GPL-3.0", diff --git a/src-js/webpack/package.json b/src-js/webpack/package.json index 8255b2abb..c64867a8b 100644 --- a/src-js/webpack/package.json +++ b/src-js/webpack/package.json @@ -3,7 +3,7 @@ "engines": { "node": "12" }, - "version": "3.52.9", + "version": "3.54.1", "description": "WordLift Plugin application for the web site public front-end.", "main": "index.js", "repository": "https://github.com/insideout10/wordlift-plugin", diff --git a/src/wordlift.php b/src/wordlift.php index d0d739f2f..970b4e8aa 100644 --- a/src/wordlift.php +++ b/src/wordlift.php @@ -15,7 +15,7 @@ * Plugin Name: WordLift * Plugin URI: https://wordlift.io * Description: WordLift brings the power of AI to organize content, attract new readers and get their attention. To activate the plugin visit our website. - * Version: 3.54.0 + * Version: 3.54.1 * Requires PHP: 7.4 * Requires at least: 5.3 * Author: WordLift @@ -34,7 +34,7 @@ use Wordlift\Post\Post_Adapter; define( 'WORDLIFT_PLUGIN_FILE', __FILE__ ); -define( 'WORDLIFT_VERSION', '3.54.0' ); +define( 'WORDLIFT_VERSION', '3.54.1' ); // ## DO NOT REMOVE THIS LINE: WHITELABEL PLACEHOLDER ##