Skip to content

Commit 1adbb96

Browse files
authored
Merge pull request #8 from AdoryVo/compatibility-update
2 parents 14f7eb5 + 8817e9f commit 1adbb96

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/zip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
jobs:
1111
Zip-Chrome-Extension:
1212
runs-on: ubuntu-latest
13+
14+
permissions:
15+
contents: write
16+
1317
steps:
1418
- uses: actions/checkout@v5
1519
with:

calendarize-webreg-chrome.zip

0 Bytes
Binary file not shown.

chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Calendarize WebReg",
44
"description": "Export your WebReg schedule to your calendars in one click.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"action": {
77
"default_title": "Calendarize WebReg",
88
"default_icon": "images/icon-128.png"

0 commit comments

Comments
 (0)