Skip to content

Commit

Permalink
Update nextcloud vue for 25
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Oct 8, 2022
1 parent 5640418 commit c8c1789
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The exact steps depend on your Nextcloud platform. If you use Docker for your Ne
- **MacOS**: `brew install exiftool`
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
]]></description>
<version>3.0.0</version>
<version>4.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Varun Patil</author>
<website>https://github.com/pulsejet/memories</website>
Expand All @@ -44,7 +44,7 @@ The exact steps depend on your Nextcloud platform. If you use Docker for your Ne
<category>multimedia</category>
<bugs>https://github.com</bugs>
<dependencies>
<nextcloud min-version="22" max-version="24"/>
<nextcloud min-version="25" max-version="25"/>
</dependencies>
<commands>
<command>OCA\Memories\Command\Index</command>
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/vue": "^6.0.0-beta.6",
"@nextcloud/vue": "^7.0.0-beta.7",
"path-posix": "^1.0.0",
"reflect-metadata": "^0.1.13",
"vue": "^2.7.10",
Expand Down

0 comments on commit c8c1789

Please sign in to comment.