Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Aug 24, 2022
1 parent b0a6545 commit f884be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
APP_ID: integration_google
runs-on: ubuntu-latest
steps:
- name: Use Node 14
- name: Use Node 16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Set up npm
run: npm i -g npm
run: npm i -g npm@^8.0.0

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Google integration</name>
<summary>Import Google data into Nextcloud</summary>
<description><![CDATA[Google integration allows you to automatically import your Google calendars, contacts, photos and files into Nextcloud.]]></description>
<version>1.0.6</version>
<version>1.0.7</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Google</namespace>
Expand Down

0 comments on commit f884be8

Please sign in to comment.