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

Unverified Commit d9fba573 authored by Akhil's avatar Akhil
Browse files

Version bump

parent 1794c228
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>2.4.2</version>
    <version>2.5.0</version>
    <licence>agpl</licence>
    <author mail="dev@e.email" homepage="https://gitlab.e.foundation/">Akhil Potukuchi</author>
    <author mail="dev@murena.io" homepage="https://gitlab.e.foundation/">Akhil Potukuchi</author>
    <namespace>EcloudAccounts</namespace>
    <category>tools</category>
    <bugs>https://gitlab.e.foundation/e/management/issues</bugs>
    <dependencies>
        <nextcloud min-version="21" max-version="25"/>
        <nextcloud min-version="24" max-version="25"/>
    </dependencies>
	<settings>
		<personal>OCA\EcloudAccounts\Settings\Personal</personal>
+2 −2
Original line number Diff line number Diff line
{
	"name": "ecloud-accounts",
	"version": "2.4.0",
	"version": "2.5.0",
	"lockfileVersion": 2,
	"requires": true,
	"packages": {
		"": {
			"name": "ecloud-accounts",
			"version": "2.4.0",
			"version": "2.5.0",
			"dependencies": {
				"@nextcloud/axios": "^2.1.0",
				"@nextcloud/dialogs": "^3.2.0",
+1 −1
Original line number Diff line number Diff line
{
	"name": "ecloud-accounts",
	"version": "2.4.1",
	"version": "2.5.0",
	"description": "App for ecloud account management.",
	"repository": {
		"type": "git",