From 1bfbc70509dd419b39c37e9260771a7cdc1696a3 Mon Sep 17 00:00:00 2001 From: FluxStack Team Date: Thu, 9 Oct 2025 10:48:39 -0300 Subject: [PATCH] fix: correct version to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates version from 1.2.0 to 1.4.0 (current version). Changes: - core/utils/version.ts: Update FLUXSTACK_VERSION to 1.4.0 - package.json: Update version to 1.4.0 🔥 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- core/utils/version.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/utils/version.ts b/core/utils/version.ts index df7e5dd2..94f791fc 100644 --- a/core/utils/version.ts +++ b/core/utils/version.ts @@ -2,4 +2,4 @@ * FluxStack Framework Version * Single source of truth for version number */ -export const FLUXSTACK_VERSION = '1.2.0' +export const FLUXSTACK_VERSION = '1.4.0' diff --git a/package.json b/package.json index 7afc43de..77a4beed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-fluxstack", - "version": "1.2.0", + "version": "1.4.0", "description": "⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun", "keywords": [ "framework",