From ac84bbe85add107dfdd17b5a0a7da2614ed49229 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Fri, 10 Jan 2020 21:10:40 +0100 Subject: [PATCH] Release v0.5.0 --- VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 489c893..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.14 +0.5.0 diff --git a/package-lock.json b/package-lock.json index 0bb264a..8ae249d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "0.4.14", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f143da..8472b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "0.4.14", + "version": "0.5.0", "description": "Configurable dashboard for ProcessWire's admin interface", "main": "\"\"", "scripts": {