Skip to content

Commit

Permalink
24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed May 4, 2022
1 parent 81d127d commit fcdd6c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Changelog

### 24.0.0

- compat nc24
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package_name=$(shell echo $(app_name) | tr '[:upper:]' '[:lower:]')
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=master
version=25.0.0-alpha1
since_tag=24.0.0
branch=stable24
version=24.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 @@ -14,7 +14,7 @@ which is a wrapper for the command line program [Tesseract OCR](https://github.c
Tesseract must be installed locally, and configured.
]]>
</description>
<version>25.0.0-alpha1</version>
<version>24.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>Files_FullTextSearch_Tesseract</namespace>
Expand All @@ -27,7 +27,7 @@ Tesseract must be installed locally, and configured.
<repository>https://github.com/nextcloud/files_fulltextsearch_tesseract.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="25"/>
<nextcloud min-version="24" max-version="24"/>
</dependencies>

<settings>
Expand Down

0 comments on commit fcdd6c0

Please sign in to comment.