From 4f96704e6d59e08fa50fa2fc713601628d4cb1e2 Mon Sep 17 00:00:00 2001 From: David Riccitelli Date: Tue, 29 Oct 2024 12:27:25 +0200 Subject: [PATCH] bump to 3.54.0-0 --- package.json | 2 +- src/wordlift.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1a751bddc..ff10aa265 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.53.0", + "version": "3.54.0-0", "author": "WordLift", "homepage": "https://wordift.io/", "license": "GPL-3.0", diff --git a/src/wordlift.php b/src/wordlift.php index 4f6258c17..3180728d5 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.53.0 + * Version: 3.54.0-0 * Author: WordLift * Author URI: https://wordlift.io * License: GPL-2.0+ @@ -32,7 +32,7 @@ use Wordlift\Post\Post_Adapter; define( 'WORDLIFT_PLUGIN_FILE', __FILE__ ); -define( 'WORDLIFT_VERSION', '3.53.0' ); +define( 'WORDLIFT_VERSION', '3.54.0-0' ); // ## DO NOT REMOVE THIS LINE: WHITELABEL PLACEHOLDER ##