From 9c68261eef9c4056499a942c04ac40c4cf13ba8e Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Sat, 13 Feb 2021 01:27:24 +0100 Subject: [PATCH] chore: bump 11.2.1 --- package.json | 4 ++-- projects/manekinekko/angular-web-bluetooth/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36ab378..390b7be 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "angular-web-bluetooth-starter", - "version": "11.2.0", + "version": "11.2.1", "scripts": { "ng": "ng", "start": "ng serve", "prestart": "npm run build", - "prebuild": "ng build @manekinekko/angular-web-bluetooth --prod", + "prebuild": "ng build @manekinekko/angular-web-bluetooth --prod && cp README.md dist/manekinekko/angular-web-bluetooth/", "build": "ng build angular-web-bluetooth-starter --prod", "postbuild": "npm run docs", "test": "echo 'skipping test'", diff --git a/projects/manekinekko/angular-web-bluetooth/package.json b/projects/manekinekko/angular-web-bluetooth/package.json index 3a72418..510e159 100644 --- a/projects/manekinekko/angular-web-bluetooth/package.json +++ b/projects/manekinekko/angular-web-bluetooth/package.json @@ -1,6 +1,6 @@ { "name": "@manekinekko/angular-web-bluetooth", - "version": "11.2.0", + "version": "11.2.1", "license": "MIT", "author": { "name": "Wassim Chegham",