Skip to content

Commit f884be8

Browse files
author
Julien Veyssier
committed
bump app version
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent b0a6545 commit f884be8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
APP_ID: integration_google
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Use Node 14
15+
- name: Use Node 16
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 14
18+
node-version: 16
1919

2020
- name: Set up npm
21-
run: npm i -g npm
21+
run: npm i -g npm@^8.0.0
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Google integration</name>
55
<summary>Import Google data into Nextcloud</summary>
66
<description><![CDATA[Google integration allows you to automatically import your Google calendars, contacts, photos and files into Nextcloud.]]></description>
7-
<version>1.0.6</version>
7+
<version>1.0.7</version>
88
<licence>agpl</licence>
99
<author>Julien Veyssier</author>
1010
<namespace>Google</namespace>

0 commit comments

Comments
 (0)