From e25c25e196456b72e216ede007079fa09ecbd96a Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Wed, 1 Nov 2023 01:08:40 -0500 Subject: [PATCH] chore(version): Bump version --- package.json | 2 +- src/lib/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9ef1715..b775dbbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-switch", - "version": "14.1.0", + "version": "15.0.0", "description": "switch button for angular4", "bugs": "https://github.com/webcat12345/ngx-ui-switch/issues", "homepage": "https://github.com/webcat12345/ngx-ui-switch#readme", diff --git a/src/lib/package.json b/src/lib/package.json index dcb5646d..27e24e0c 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-switch", - "version": "14.1.0", + "version": "15.0.0", "description": "switch button for angular4", "bugs": "https://github.com/webcat12345/ngx-ui-switch/issues", "homepage": "https://github.com/webcat12345/ngx-ui-switch#readme",