diff --git a/README.md b/README.md index 8cdaca9..2c2636a 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ function getConfigs() { } function getGcalSync(){ - const version = "1.7.7" + const version = "1.7.8" const gcalSyncContent = UrlFetchApp.fetch(`https://cdn.jsdelivr.net/npm/gcal-sync@${version}`).getContentText(); eval(gcalSyncContent) const configs = getConfigs() @@ -393,7 +393,7 @@ If you want to [contribute](./docs/CONTRIBUTING.md) to the project, fork the pro ```js function getGcalSync() { const configs = getConfigs(); - // const version = "1.7.7" // version + // const version = "1.7.8" // version // const gcalSyncContent = getGcalSyncProduction(version) const gcalSyncContent = getGcalSyncDevelopment('yourgithub/gcalsync-fork', 'develop'); eval(gcalSyncContent); diff --git a/docs/CHANGELOG.MD b/docs/CHANGELOG.MD index 24e4278..b7aee30 100644 --- a/docs/CHANGELOG.MD +++ b/docs/CHANGELOG.MD @@ -1,5 +1,7 @@ # CHANGELOG HISTORY +## [1.7.8](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.7...v1.7.8) (2023-05-23) + ## [1.7.7](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.6...v1.7.7) (2023-05-22) ## [1.7.6](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.5...v1.7.6) (2023-04-28) diff --git a/package.json b/package.json index 9da27a4..ec7ee0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gcal-sync", "description": "🔄 add an one way synchronization from ticktick tasks and github commits to google calendar and track your progress effortlessly.", - "version": "1.7.7", + "version": "1.7.8", "keywords": [ "google-calendar", "github",