From c897fd847f5f941feaaeb086c1d6bf13b8a553b8 Mon Sep 17 00:00:00 2001 From: codevictory Date: Wed, 12 Jan 2022 18:58:09 +0200 Subject: [PATCH] Set application version to 1.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd9bfa9..8314f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lintujamaslo", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { "@testing-library/react": "^11.1.0",