Skip to content

Commit 351b9b1

Browse files
authored
Merge pull request #2702 from nextcloud/update-master-version
2 parents fe7e87d + 47142a1 commit 351b9b1

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<name>Viewer</name>
1010
<summary>Simple file viewer with slideshow for media</summary>
1111
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your Nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
12-
<version>4.0.0</version>
12+
<version>5.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
1515
<namespace>Viewer</namespace>
1616
<category>tools</category>
1717
<bugs>https://github.com/nextcloud/viewer</bugs>
1818
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
1919
<dependencies>
20-
<nextcloud min-version="31" max-version="31" />
20+
<nextcloud min-version="32" max-version="32" />
2121
</dependencies>
2222
<default_enable />
2323
</info>

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,7 +1,7 @@
11
{
22
"name": "viewer",
33
"description": "Simple file viewer with slideshow for media",
4-
"version": "4.0.0",
4+
"version": "5.0.0-dev.0",
55
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
66
"contributors": [
77
"John Molakvoæ <skjnldsv@protonmail.com>"

renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"ignoreUnstable": false,
2020
"baseBranches": [
2121
"master",
22+
"stable31",
2223
"stable30",
2324
"stable29"
2425
],
@@ -67,6 +68,7 @@
6768
"major"
6869
],
6970
"matchBaseBranches": [
71+
"stable31",
7072
"stable30",
7173
"stable29"
7274
],

0 commit comments

Comments
 (0)