From 03c21d3523ecef0ae27136b779227527ffe0320a Mon Sep 17 00:00:00 2001 From: Guz <43732358+Guz013@users.noreply.github.com> Date: Sun, 30 Jan 2022 18:55:26 -0300 Subject: [PATCH] fix(version): fixed app's version in correlation with the last commit/feature --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd80041..13b8f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ToToday", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "dev": "nuxt",