From a634dea308f84fa0d2b153d847af24ee17ac3df9 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Fri, 4 Oct 2024 12:16:58 +0200 Subject: [PATCH] chore: include readme Signed-off-by: Berend Sliedrecht --- lerna.json | 2 +- library/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index b45e76f..df57f7e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.8.0", + "version": "0.9.0", "exact": true, "message": "chore(release): %s" } diff --git a/library/package.json b/library/package.json index e17bd0b..9405e04 100644 --- a/library/package.json +++ b/library/package.json @@ -16,7 +16,7 @@ "ios/BleDidcomm.xcodeproj/project.pbxproj", "react-native-ble-didcomm.podspec", "app.plugin.js", - "README.md", + "../README.md", "LICENSE" ], "scripts": {