Skip to content

Commit

Permalink
Prepare for NC30
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Windey <[email protected]>
  • Loading branch information
R0Wi committed Jun 9, 2024
1 parent 0f2a64a commit 10aaf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: make appstore

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: files_photospheres.tar.gz
path: build/artifacts/appstore/files_photospheres.tar.gz
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
integrating the photo-sphere-viewer.js component
into your nextcloud instance.
]]></description>
<version>1.29.0</version>
<version>1.30.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Robin Windey</author>
<namespace>Files_PhotoSpheres</namespace>
Expand All @@ -18,7 +18,7 @@
<repository>https://github.com/nextcloud/files_photospheres.git</repository>
<screenshot>https://user-images.githubusercontent.com/19730957/53694835-62a68a80-3db4-11e9-8c60-4ebdc02566d6.jpg</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
<php min-version="8.1" max-version="8.3"/>
</dependencies>
<types>
Expand Down

0 comments on commit 10aaf5e

Please sign in to comment.