Skip to content

Commit e69210f

Browse files
Release version 2.2.0
1 parent c5e94fb commit e69210f

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [unreleased] - 2024-06-29
7+
## [2.2.0] - 2024-06-29
88

99
### Changed
1010

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This also allows me to decide for myself if my releases are major, minor, or pat
7474

7575
| Google Synchronization version | Google Integration version |
7676
| ------------------------------ | -------------------------- |
77+
| 2.2.0 | 2.2.0 |
7778
| 2.1.1 | 2.1.0 |
7879
| 2.1.0-2-nightly | 2.1.0 |
7980
| 2.1.0-1 | 2.1.0 |

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Google Synchronization</name>
55
<summary>Import Google data into Nextcloud</summary>
66
<description><![CDATA[Google Synchronization automatically keeps your Nextcloud calendar up to date with your Google Calendar.]]></description>
7-
<version>2.1.1</version>
7+
<version>2.2.0</version>
88
<licence>agpl</licence>
99
<author>Marcel Robitaille</author>
1010
<namespace>Google</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google_synchronization",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A Nextcloud app to continuously synchronize Google Calendar",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)