Skip to content

Commit 5d38bf0

Browse files
Merge pull request #9 from MarcosBrendonDePaula/newEnvLoader
fix: correct version to 1.4.0
2 parents f81b878 + 1bfbc70 commit 5d38bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* FluxStack Framework Version
33
* Single source of truth for version number
44
*/
5-
export const FLUXSTACK_VERSION = '1.2.0'
5+
export const FLUXSTACK_VERSION = '1.4.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fluxstack",
3-
"version": "1.2.0",
3+
"version": "1.4.0",
44
"description": "⚡ Revolutionary full-stack TypeScript framework with Declarative Config System, Elysia + React + Bun",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)