diff --git a/appinfo/info.xml b/appinfo/info.xml index cf61e6f35..5bb58b64f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! ]]> - 3.4.0 + 4.0.0-alpha.1 agpl Affan Hussain diff --git a/package-lock.json b/package-lock.json index a34a84196..f529ef68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "forms", - "version": "3.4.0", + "version": "4.0.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "forms", - "version": "3.4.0", + "version": "4.0.0-alpha.1", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index cc0d061ac..1d202b0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "3.4.0", + "version": "4.0.0-alpha.1", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"