From e4b91a557f0bac36fd2f97374e2fa6f216221a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Wed, 24 Apr 2024 00:01:49 +0330 Subject: [PATCH] v --- .env | 1 + .env.production | 3 ++- components/landingComponents/Footer/page.jsx | 3 ++- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env b/.env index b8e9d6b..4daae03 100644 --- a/.env +++ b/.env @@ -3,6 +3,7 @@ NODE_ENV="development" NEXT_PUBLIC_SERVER_URL=http://192.168.1.12:32768 NEXT_PUBLIC_PUBLIC_URL=http://192.168.1.12:32768 NEXT_PUBLIC_API_URL=http://192.168.1.12:32768/api +NEXT_PUBLIC_VERSION=0.2.7 # SECURE_LOCAL_STORAGE_HASH_KEY=f1da2b2c7a4c446934267fea631102ec389b5b99 # NEXT_PUBLIC_API_URL_IMAGE=https://192.168.88.12:49154/Files/ReportImages diff --git a/.env.production b/.env.production index 83d856a..0d8305c 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,5 @@ NODE_ENV="production" NEXT_PUBLIC_SERVER_URL=https://api.brizco.io NEXT_PUBLIC_PUBLIC_URL=https://api.brizco.io -NEXT_PUBLIC_API_URL=https://api.brizco.io/api \ No newline at end of file +NEXT_PUBLIC_API_URL=https://api.brizco.io/api +NEXT_PUBLIC_VERSION=0.2.7 \ No newline at end of file diff --git a/components/landingComponents/Footer/page.jsx b/components/landingComponents/Footer/page.jsx index 2eee3b3..f5bdd21 100644 --- a/components/landingComponents/Footer/page.jsx +++ b/components/landingComponents/Footer/page.jsx @@ -1,4 +1,4 @@ -import React from "react"; +import React, { version } from "react"; import logo2 from "../../../src/assets/logo2.png"; import Image from "next/image"; import Link from "next/link"; @@ -14,6 +14,7 @@ const Footer = () => {

© 2024 briz. All rights reserved. | Designed by ♡
Tehran - Iran + {process.env.NEXT_PUBLIC_VERSION}

diff --git a/package.json b/package.json index 9aee83f..229294d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brizco", - "version": "0.2.5", + "version": "0.2.7", "private": true, "scripts": { "dev": "next dev",