Skip to content

Commit 3771b68

Browse files
committed
chore(version): use 3.0.0-dev before actual release.
Signed-off-by: Max <max@nextcloud.com>
1 parent 87a6a19 commit 3771b68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Data Request</name>
66
<summary>Request your data from the admins</summary>
77
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
8-
<version>3.0.0</version>
8+
<version>3.0.0-dev</version>
99
<licence>agpl</licence>
1010
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1111
<namespace>DataRequest</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data_request",
3-
"version": "3.0.0",
3+
"version": "3.0.0-dev",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)