From da6d723467ff9d650a3fd883165f0f07bef93b56 Mon Sep 17 00:00:00 2001 From: Max Patiiuk Date: Sat, 1 Jun 2024 20:04:03 -0700 Subject: [PATCH] chore(Extension): bump to version 1.4.0 --- manifest.json | 2 +- src/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 6ac260f..0a657d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Calendar Plus", "short_name": "Calendar Plus", - "version": "1.3.1", + "version": "1.4.0", "description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization", "author": "Max Patiiuk", "manifest_version": 3, diff --git a/src/package.json b/src/package.json index 31e38e1..143628d 100644 --- a/src/package.json +++ b/src/package.json @@ -1,5 +1,5 @@ { - "name": "calendar-stats", + "name": "calendar-plus", "private": true, "description": "A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization", "license": "MIT", @@ -10,7 +10,7 @@ }, "author": "Max Patiiuk", "contributors": [ - "EECS 581 Team 19 2023-2024" + "EECS 581 Team 19 2022-2023" ], "homepage": "https://github.com/maxpatiiuk/calendar-stats#readme", "bugs": {