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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-02 14:11:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-02 19:00:40 +0300
commit4a1bf25f374cce6b988186cef85817ce8b8caf25 (patch)
tree0367401bdf2966c5eaa014b039273ee5a59dd3de /appinfo/info.xml
parent08478d9eb82cd63ea92cb04efab5e746d72d1a3f (diff)
Move classes to PSR-4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 07745e6..21911b1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,10 +7,11 @@ More information is available in the text editor documentation.
</description>
<licence>AGPL</licence>
<author>Tom Needham, Björn Schießle</author>
- <version>2.5.0</version>
+ <version>2.5.1</version>
<shipped>true</shipped>
<default_enable/>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
+ <namespace>FilesTextEditor</namespace>
</info>