From 41ea8f2e51d85343f376f680fe3e16b99741f64d Mon Sep 17 00:00:00 2001 From: madoar Date: Sun, 8 Mar 2020 14:01:03 +0100 Subject: [PATCH] Prepare for the next Development Iteration (#277) --- 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 a08ed48c..ce4b0e3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "6.0.0-develop", + "version": "7.0.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7698d192..55f3de8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "6.0.0", + "version": "7.0.0-develop", "license": "MIT", "description": "An Angular 9+ module containing a wizard component and its supporting components and directives", "homepage": "https://github.com/madoar/angular-archwizard",