Skip to content

Commit 3b06bc4

Browse files
authored
Merge pull request #1212 from nextcloud/update-master-version
2 parents 4982683 + 907803f commit 3b06bc4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<name>Viewer</name>
66
<summary>Simple file viewer with slideshow for media</summary>
77
<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>
8-
<version>1.8.0</version>
8+
<version>1.9.0</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">John Molakvoæ</author>
1111
<namespace>Viewer</namespace>
1212
<category>tools</category>
1313
<bugs>https://github.com/nextcloud/viewer</bugs>
1414
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
1515
<dependencies>
16-
<nextcloud min-version="24" max-version="24" />
16+
<nextcloud min-version="25" max-version="25" />
1717
</dependencies>
1818
<default_enable />
1919
</info>

js/viewer-main.js

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

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
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": "1.8.0",
4+
"version": "1.9.0",
55
"author": "John Molakvoæ <[email protected]>",
66
"contributors": [
77
"John Molakvoæ <[email protected]>"

0 commit comments

Comments
 (0)