Skip to content

Commit 3260153

Browse files
committed
build: update extension version
1 parent 7822acb commit 3260153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-calendar-tonton",
3-
"version": "1.2.8",
3+
"version": "1.3.0",
44
"description": "Auto-send Tonton’s schedule from Google Calendar.",
55
"type": "module",
66
"scripts": {

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
55
const manifest = defineManifest({
66
manifest_version: 3,
77
name: "Google Calendar Tonton",
8-
version: "1.2.8",
8+
version: "1.3.0",
99
description: "Auto-send Tonton's schedule from Google Calendar.",
1010
permissions: ["storage"],
1111
host_permissions: ["https://calendar.google.com/*"],

0 commit comments

Comments
 (0)