From 4ec0f07a91f84a76fcc8f909c8c509947175cd00 Mon Sep 17 00:00:00 2001 From: ahacad Date: Sun, 3 Oct 2021 18:36:04 +0800 Subject: [PATCH] chore: release v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b136a1..659f30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pomopomo", - "version": "0.2.1", + "version": "0.2.2", "scripts": { "dev": "vite", "build": "tsc && vite build --base=/pomopomo/",