diff --git a/lint-eslint.yml b/.github/workflows/lint-eslint.yml similarity index 100% rename from lint-eslint.yml rename to .github/workflows/lint-eslint.yml diff --git a/appinfo/info.xml b/appinfo/info.xml index 6f641a2..40b2f34 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -33,7 +33,7 @@
  • If the email contains images from external sources, the Email to PDF converter will download the images, requiring external connections
  • The current version does not consider Nextcloud's proxy configuration but should follow the system default
  • ]]> - 0.1.0 + 0.1.1 agpl Hamza Mahjoubi Daniel Kesselberg diff --git a/package-lock.json b/package-lock.json index 886cfe0..c7cdaf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_emailviewer", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_emailviewer", - "version": "0.1.0", + "version": "0.1.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1" diff --git a/package.json b/package.json index 15fcdef..39d0b75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "files_emailviewer", "description": "Email viewer plugin for Nextcloud", - "version": "0.1.0", + "version": "0.1.1", "bugs": { "url": "https://github.com/nextcloud/files_emailviewer/issues" },