From cfcb7d4e97b84d6b5287f7c7f78c46e6fca7ac45 Mon Sep 17 00:00:00 2001 From: Marc Arndt Date: Sun, 10 May 2020 19:35:40 +0200 Subject: [PATCH] Prepare Version 5.0.1 Release --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0840f0bd..f017a83b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c8f2972..1adc40ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "description": "An angular 5+ module containing a wizard component and its supporting components and directives", "homepage": "https://github.com/madoar/angular-archwizard",