Skip to content

Commit

Permalink
Update version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Jun 17, 2023
1 parent 140b3b2 commit abb4508
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Calendar Plus",
"short_name": "GCal Stats",
"version": "1.2.2",
"short_name": "Calendar Plus",
"version": "1.2.3",
"description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization",
"author": "EECS 581 Team 19",
"manifest_version": 3,
Expand Down Expand Up @@ -51,4 +51,4 @@
"cross_origin_opener_policy": {
"value": "same-origin"
}
}
}
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-stats",
"version": "1.2.1",
"version": "1.2.3",
"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",
Expand Down Expand Up @@ -102,4 +102,4 @@
"test": "tests"
},
"prettier": "@maxxxxxdlp/prettier-config"
}
}

0 comments on commit abb4508

Please sign in to comment.