From 35d3f8a508bd5d7e4e23555731a3464aeb3d527c Mon Sep 17 00:00:00 2001 From: Minki Kim <68267535+mingi3314@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:30:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version=20frontend@0.0?= =?UTF-8?q?.2=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### TL;DR This PR updates the version of the front end application from 0.0.1 to 0.0.2. ### What changed? The `version` in `frontend/package.json` was updated. ### How to test? Verify the version number in `frontend/package.json` is now 0.0.2. ### Why make this change? This change was made following standard versioning procedures as the front end application has been updated. --- --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3773dbd..3f40e8a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "tauri-app", "private": true, - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite",