From b675b30c7254cf4a5fdabec5948f92c462e33ff8 Mon Sep 17 00:00:00 2001 From: Matthew Caseres Date: Sun, 4 Apr 2021 17:01:22 -0500 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47eb978..46bbf4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pomodoroble", - "version": "0.0.3", + "version": "0.1.0", "description": "A programmable study timer.", "main": "lib/index.js", "typings": "lib/index.d.ts",