From 49d07ca589d59e79007677e6398170f13e8458c7 Mon Sep 17 00:00:00 2001 From: eliot-akira Date: Wed, 26 Feb 2025 08:35:44 +0100 Subject: [PATCH] Update version --- admin/system.php | 2 +- core.php | 2 +- logic/module.php | 2 +- logic/package.json | 2 +- package.json | 2 +- plugin.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/system.php b/admin/system.php index 8728482..f6067b2 100644 --- a/admin/system.php +++ b/admin/system.php @@ -16,7 +16,7 @@ function tangible_template_system( $arg = false ) { (include __DIR__.'/../module-loader.php')(new class extends \stdClass { public $name = 'tangible_template_system'; - public $version = '20250125'; + public $version = '20250226'; public $url; public $path; diff --git a/core.php b/core.php index 3d295ab..cc320b9 100644 --- a/core.php +++ b/core.php @@ -25,7 +25,7 @@ class template_system { } template_system::$state = (object) [ - 'version' => '20250125', // Automatically updated with npm run version + 'version' => '20250226', // Automatically updated with npm run version 'path' => __DIR__, 'url' => framework\module_url( __FILE__ ), ]; diff --git a/logic/module.php b/logic/module.php index 9595f5c..08831c0 100644 --- a/logic/module.php +++ b/logic/module.php @@ -3,7 +3,7 @@ (include __DIR__ . '/module-loader.php')(new class { public $name = 'tangible_logic'; - public $version = '20250125'; + public $version = '20250226'; function load() { require_once __DIR__ . '/index.php'; diff --git a/logic/package.json b/logic/package.json index 05b0ce0..0df8249 100644 --- a/logic/package.json +++ b/logic/package.json @@ -2,7 +2,7 @@ "name": "@tangible/logic", "type": "module", "private": true, - "version": "2025.1.25", + "version": "2025.2.26", "description": "Build and evaluate conditional rules", "homepage": "https://github.com/tangibleinc/logic", "repository": { diff --git a/package.json b/package.json index 0a25c16..8d359fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tangible/template-system", "description": "Template System module", - "version": "2025.1.25", + "version": "2025.2.26", "type": "module", "engines": { "node": ">=18" diff --git a/plugin.php b/plugin.php index efb262a..dd5a7bb 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Tangible Template System * Description: Template system shared by Tangible Blocks and Loops & Logic - * Version: 2025.1.25 + * Version: 2025.2.26 * GitHub URI: TangibleInc/template-system * Author: Team Tangible * Author URI: https://teamtangible.com