diff --git a/appinfo/info.xml b/appinfo/info.xml index aaae597..d841966 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Vrij en open source onder de EUPL-1.2-licentie. **Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl. ]]> - 0.3.6 + 0.3.7 agpl Conduction OpenBuilt diff --git a/package-lock.json b/package-lock.json index 3ecde16..ad654f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "EUPL-1.2", "dependencies": { - "@conduction/nextcloud-vue": "^1.0.0-beta.97", + "@conduction/nextcloud-vue": "^1.0.0-beta.101", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "~2.5.2", "@nextcloud/dialogs": "^3.2.0", @@ -574,9 +574,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "version": "1.0.0-beta.97", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-1.0.0-beta.97.tgz", - "integrity": "sha512-jlRpA1tjIX3ysP8a42S6lrbrcZfN63yHDzgWMBNaf9Ofs0jvVqqkYawLuEj8vGMU1H4hwvyb0lEOHIsNRmHP6g==", + "version": "1.0.0-beta.101", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-1.0.0-beta.101.tgz", + "integrity": "sha512-UVxKWUU7pf6oHr7Oly5HWPC1e8OK3z2lmdS5xgs28+sYZPNj53co9+xs3tb0mqCGXZ8Oqit9NMapI8ir0fy2iA==", "license": "EUPL-1.2", "dependencies": { "@codemirror/autocomplete": "^6.0.0", diff --git a/package.json b/package.json index 17f0160..cc3355d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { - "@conduction/nextcloud-vue": "^1.0.0-beta.97", + "@conduction/nextcloud-vue": "^1.0.0-beta.101", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "~2.5.2", "@nextcloud/dialogs": "^3.2.0", diff --git a/src/manifest.json b/src/manifest.json index 4569603..f423bf2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -352,7 +352,10 @@ "id": "FeaturesRoadmap", "route": "/features-roadmap", "type": "roadmap", - "title": "Features & roadmap" + "title": "Features & roadmap", + "config": { + "documentationUrl": "https://openbuilt.conduction.nl" + } } ] } \ No newline at end of file