diff --git a/appinfo/info.xml b/appinfo/info.xml index 53cf0c292..631c5dd3d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png - + diff --git a/package-lock.json b/package-lock.json index 38bc5c822..94e2aa77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.5.1", - "@nextcloud/dialogs": "^7.1.0", + "@nextcloud/dialogs": "^7.2.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/moment": "^1.3.5", diff --git a/package.json b/package.json index 46570fe82..8ae9303ae 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@nextcloud/axios": "^2.5.1", - "@nextcloud/dialogs": "^7.1.0", + "@nextcloud/dialogs": "^7.2.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/moment": "^1.3.5",