Compare commits

..

1 commit

Author SHA1 Message Date
Alfred Egger
99210f8114 Bump max-version for Nextcloud 19 2020-05-29 23:23:29 +02:00

View file

@ -12,7 +12,7 @@
Select the orientation of your printed file and it will be sent to your printer. Select the orientation of your printed file and it will be sent to your printer.
If you want to print it again, just click on the reload button. If you want to print it again, just click on the reload button.
</description> </description>
<version>0.0.3</version> <version>0.0.2</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>e-alfred</author> <author>e-alfred</author>
<types> <types>
@ -28,6 +28,6 @@
<bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs> <bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs>
<screenshot>https://github.com/e-alfred/nextcloud-printer/raw/master/screenshots/printer.gif</screenshot> <screenshot>https://github.com/e-alfred/nextcloud-printer/raw/master/screenshots/printer.gif</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="16" max-version="19" /> <nextcloud min-version="17" max-version="19" />
</dependencies> </dependencies>
</info> </info>