From c911490baf04e1ab6f0629dfc941c443e24d071c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 12 Mar 2019 13:12:35 +0100 Subject: [PATCH] Version bump Signed-off-by: Christoph Wurst --- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index aa1f0c2b..35058bed 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Shows recommended files Shows recommended files for quick access of files and folders with recent activity - 0.3.0 + 0.4.0 agpl Christoph Wurst Jan-Christoph Borchardt diff --git a/package-lock.json b/package-lock.json index 9931eb6d..0b694e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "files_recommendation", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20ebe0ed..ca15c95f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_recommendation", - "version": "0.3.0", + "version": "0.4.0", "description": "Shows recommended files in Nextcloud", "main": "index.js", "scripts": {