Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Alfred Egger
bcaca44224 Bump version for new release 2020-06-06 11:23:15 +02:00
Alfred Egger
02a92a3f5e Bump max-version for Nextcloud 19 2020-05-30 00:35:33 +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.2</version> <version>0.0.3</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="18" /> <nextcloud min-version="16" max-version="19" />
</dependencies> </dependencies>
</info> </info>