From ca4db63d9f11b23612a82f3b6fbd53eba95f5494 Mon Sep 17 00:00:00 2001 From: David Werth Date: Thu, 12 Jan 2023 14:04:41 +0100 Subject: [PATCH] bumped version --- package.json | 2 +- projects/ngx-kjua/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 318d306..cc0d816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-kjua-library", "description": "ngx-kjua library builder", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "scripts": { "ng": "ng", diff --git a/projects/ngx-kjua/package.json b/projects/ngx-kjua/package.json index 1634fb6..b08c1e0 100644 --- a/projects/ngx-kjua/package.json +++ b/projects/ngx-kjua/package.json @@ -1,7 +1,7 @@ { "name": "ngx-kjua", "description": "Angular QR-Code generator component.", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "private": false, "repository": { @@ -25,8 +25,8 @@ "url": "https://github.com/werthdavid/ngx-kjua/issues" }, "peerDependencies": { - "@angular/common": ">=14.0.0 <15.0.0", - "@angular/core": ">=14.0.0 <15.0.0", + "@angular/common": ">=14.0.0 <16.0.0", + "@angular/core": ">=14.0.0 <16.0.0", "kjua-svg": "^1.13.1" }, "dependencies": {