From d16d097751334a8f94a76bdfbfbbfa8a0ff4f375 Mon Sep 17 00:00:00 2001 From: Tyler Matteo Date: Fri, 10 May 2024 10:32:10 -0400 Subject: [PATCH] Change to 0.0.1, remove new from README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04138e1..e835c07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Capital Projects Map -Front end for Application Engineering's new capital projects map. +Front end for Application Engineering's capital projects map. ## Dev setup - `nvm use` diff --git a/package.json b/package.json index 9e97292..6ce38d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ae-cp-map", - "version": "0.0.0", + "version": "0.0.1", "private": true, "sideEffects": false, "type": "module",