From 258512093e44807bf745717a3694256abf45b4fe Mon Sep 17 00:00:00 2001 From: David Czeck Date: Tue, 12 Sep 2023 21:27:13 -0700 Subject: [PATCH] Update version for standalone --- package.json | 2 +- projects/angular-svg-icon/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c807fe7..948e83a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svg-icon", "description": "Angular 16 component and service for inlining SVGs allowing them to be easily styled with CSS.", - "version": "16.0.0", + "version": "16.1.0", "repository": { "type": "git", "url": "https://github.com/czeckd/angular-svg-icon.git" diff --git a/projects/angular-svg-icon/package.json b/projects/angular-svg-icon/package.json index 7be2021..44cbf09 100644 --- a/projects/angular-svg-icon/package.json +++ b/projects/angular-svg-icon/package.json @@ -1,7 +1,7 @@ { "name": "angular-svg-icon", "description": "Angular 16 component and service for inlining SVGs allowing them to be easily styled with CSS.", - "version": "16.0.0", + "version": "16.1.0", "repository": { "type": "git", "url": "https://github.com/czeckd/angular-svg-icon.git"