From 3e7f15bbed05b493ddbcc6821a1e42a78050271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Mon, 29 Jul 2024 16:06:21 +0200 Subject: [PATCH 1/2] adds backlink to project site --- client/src/containers/coming-soon/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/containers/coming-soon/index.tsx b/client/src/containers/coming-soon/index.tsx index b33bbde5..d4316ea5 100644 --- a/client/src/containers/coming-soon/index.tsx +++ b/client/src/containers/coming-soon/index.tsx @@ -18,6 +18,15 @@ export default function ComingSoon() {

Visualisation Platform

+ + 4Growth project site +
From 728bd38aa160e27e2b85d6b0acb69be1e7f9c034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Mon, 5 Aug 2024 11:13:22 +0200 Subject: [PATCH 2/2] bumps version --- client/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e3ece701..f5334d28 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "scripts": { diff --git a/package.json b/package.json index 505159e0..cdab1ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4-growth", - "version": "1.0.0", + "version": "1.0.1", "description": "4-growth platform", "scripts": { "api:deps": "pnpm --filter api install",