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:
authorMarco <marcoambrosini@icloud.com>2022-09-23 12:17:37 +0300
committerGitHub <noreply@github.com>2022-09-23 12:17:37 +0300
commit74eabc5a90c78ac699ede700e12d05a5da8a2b8a (patch)
treed2be900293127d2c41d937ad448ba8af2c82d9cc
parentfa5bf8bde352d6b5984366b735b739eaad9e63c7 (diff)
parent986760cd628d9bfad600e08688bfbd29d515c57c (diff)
Merge pull request #742 from nextcloud/update-master-version
Add Nextcloud 25 support on master
-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,