Skip to content

Commit 0d9bc82

Browse files
Release v3.0.0
1 parent 0358126 commit 0d9bc82

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +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-
| 3.0.0 | 3.0.0 |
77+
| 3.0.0 | 3.1.0 |
7878
| 2.2.0 | 2.2.0 |
7979
| 2.1.1 | 2.1.0 |
8080
| 2.1.0-2-nightly | 2.1.0 |
@@ -102,6 +102,7 @@ If there is a strong business case for any development of this app, we will cons
102102
1. Install Node dependencies (install [Node.js](https://nodejs.org/en/), run `npm install`)
103103
1. Build JavaScript bundle: `npm run dev` or `npm run watch`
104104
1. Enable the app. Go to the apps page in your development version of Nextcloud, find "Google Synchronization", and click "Enable"
105+
<!-- sudo docker run --rm -p 8080:80 -v /home/marcel/code/google_synchronization:/var/www/html/apps/google_synchronization:ro ghcr.io/juliushaertl/nextcloud-dev-php81:latest -->
105106

106107
### Logging
107108

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. Incompatible with Google Integration!]]></description>
7-
<version>3.0.1</version>
7+
<version>3.0.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": "3.0.1",
3+
"version": "3.0.0",
44
"description": "A Nextcloud app to continuously synchronize Google Calendar",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)