From 06be288b9bbf6c91aece11cbf5171a4b25f9bdef Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 3 Nov 2022 14:30:32 -0700 Subject: [PATCH] TCA-638 #comment This commit increments the app version to 2.1 #time 5m --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e49426eec..2ec6abadc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@topcoder-platform/platform-ui", - "version": "0.1.0", + "version": "2.1", "private": true, "scripts": { "dev": "yarn react-app-rewired start",