Skip to content

Commit

Permalink
30.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Aug 19, 2024
1 parent 9a94aab commit 8d5cfbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package_name=$(shell echo $(app_name) | tr '[:upper:]' '[:lower:]')
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=master
version=29.0.0
branch=stable30
version=30.0.0
since_tag=

all: appstore
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to index your users' files.
]]>
</description>
<version>29.0.0-alpha0</version>
<version>30.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>Files_FullTextSearch</namespace>
Expand All @@ -26,7 +26,7 @@ Extension to the _Full text search_ app to index your users' files.
<repository>https://github.com/nextcloud/files_fulltextsearch.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
</dependencies>

<commands>
Expand Down

0 comments on commit 8d5cfbb

Please sign in to comment.