From 918a5cbed5b73124b0b504c5606d33a2c020957d Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Mon, 11 May 2020 22:16:02 +0200 Subject: [PATCH] Bump versions to 1.0.0 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index ddf16e2..934fc2f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "personal-website", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "A nice introduction to my chaos", "main": "src/main.js",