Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:13:20 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:13:20 +0300
commit986760cd628d9bfad600e08688bfbd29d515c57c (patch)
treef9a731c96beaace65ff97f936f1b5bc367172982
parent89e50a4c85ee4579e3b90767d7d9cd75de9cf150 (diff)
Add Nextcloud 25 support on masterupdate-master-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml5
-rw-r--r--package.json2
2 files changed, 3 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7120fc34..4ef6f811 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,13 +8,12 @@
The First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the first run wizard documentation, as well as the theming documentation.
</description>
- <version>2.14.0</version>
+ <version>2.15.0</version>
<licence>agpl</licence>
<author>Frank Karlitschek</author>
<author>Jan-Christoph Borchardt</author>
<namespace>FirstRunWizard</namespace>
- <default_enable/>
<types>
<logging/>
@@ -27,7 +26,7 @@ The First run wizard can be customized to meet specific design goals, or to chan
<repository>https://github.com/nextcloud/firstrunwizard.git</repository>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
<settings>
diff --git a/package.json b/package.json
index 52ab7d41..21a9f770 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "firstrunwizard",
"description": "",
- "version": "2.14.0",
+ "version": "2.15.0",
"author": "Julius Härtl <jus@bitgrid.net>",
"license": "agpl",
"private": true,