Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6116fc3f authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli
Browse files

Bumping version numbers

parent de096142
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
5.0.2
5.0.3
+1 −1
Original line number Diff line number Diff line
1.11.0.203
 No newline at end of file
1.11.3
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
1.11.0.203
 No newline at end of file
1.11.3
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

if (!defined('APP_VERSION'))
{
	define('APP_VERSION', '1.11.1');
	define('APP_VERSION', '1.11.3');
	define('APP_VERSION_TYPE', 'community');
	define('APP_INDEX_ROOT_FILE', __FILE__);
	define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
+1 −3
Original line number Diff line number Diff line
@@ -5,14 +5,12 @@
	<name>RainLoop</name>
	<summary>RainLoop Webmail</summary>
	<description>Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "Rainloop webmail" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345.</description>
	<version>5.0.2</version>
	<version>5.0.3</version>
	<licence>AGPL</licence>
	<author>RainLoop Team and Pierre-Alain Bandinelli</author>
	<require>6.0</require>
	<ocsid>165254</ocsid>
	<dependencies>
        	<php min-version="5.4" />
        	<owncloud min-version="6" max-version="9.2" />
		<nextcloud min-version="10" max-version="12" />
    	</dependencies>
	<documentation>
Loading