From 2d37c5ac4adf67afb509306ed91112da1b768017 Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Thu, 30 Jul 2020 18:12:02 -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 6204136c..cdbaabed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-switch", - "version": "10.0.0", + "version": "10.0.1", "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 582fe852..32b2e4c0 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-switch", - "version": "10.0.0", + "version": "10.0.1", "description": "switch button for angular4", "bugs": "https://github.com/webcat12345/ngx-ui-switch/issues", "homepage": "https://github.com/webcat12345/ngx-ui-switch#readme",