From 871d73b42485bfe3fab93214f9e52bf60a57a428 Mon Sep 17 00:00:00 2001 From: Marc Arndt Date: Sun, 10 Mar 2019 17:00:07 +0100 Subject: [PATCH] - adjust version - add angular version 7 to the keywords --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cf8280f..4f77879e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "4.0.0-develop", + "version": "4.0.0", "license": "MIT", "description": "An angular 5+ module containing a wizard component and its supporting components and directives", "homepage": "https://github.com/madoar/angular-archwizard", @@ -19,10 +19,13 @@ "angular", "angular5", "angular6", + "angular7", "angular 5", "angular 6", + "angular 7", "ng5", "ng6", + "ng7", "ngx", "typescript", "wizard",