From b9560732a3734311115f47f8dfd22662af9bea1b Mon Sep 17 00:00:00 2001 From: Janne Harju Date: Thu, 17 Aug 2023 09:25:45 +0300 Subject: [PATCH] Package version number updated to 16. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af8ae66..b60bdf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-hotkeys", - "version": "15.0.0", + "version": "16.0.0", "scripts": { "build": "ng build angular2-hotkeys", "build:release": "ng build angular2-hotkeys --configuration production",