From 347fdc80219f78202dbf921af337e5dc690dc7d1 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Sat, 2 Dec 2023 00:40:26 -0500 Subject: [PATCH] It's time to go home --- .env.prod | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.prod b/.env.prod index e1d297c..294932a 100644 --- a/.env.prod +++ b/.env.prod @@ -1,2 +1,2 @@ VITE_API_URL=https://api.bacfrederick.com -VITE_BUILD=1.0.1 \ No newline at end of file +VITE_BUILD=1.0.2 \ No newline at end of file diff --git a/README.md b/README.md index c498f6c..091fda1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ```shell -docker buildx build --platform linux/amd64 --tag scr.siteworxpro.com/bacfrederick/frontend:1.0.1 --push . +docker buildx build --platform linux/amd64 --tag scr.siteworxpro.com/bacfrederick/frontend:1.0.2 --push . ``` \ No newline at end of file