From 334e5fea933c5261aebc4e4a5ba3b0a85e6c8220 Mon Sep 17 00:00:00 2001 From: Mikolaj Kojdecki Date: Wed, 10 Jun 2020 16:14:36 +0200 Subject: [PATCH] Release 0.1.6 --- CHANGELOG.md | 4 ++++ MultiplatformBleAdapter.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1ffd637a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# 0.1.6 + +* Fix BluetoothGattCharacteristicUuid collision +* Fix error messages in Android's IllegalState exceptions \ No newline at end of file diff --git a/MultiplatformBleAdapter.podspec b/MultiplatformBleAdapter.podspec index 48ca7a6d..ac1f041a 100644 --- a/MultiplatformBleAdapter.podspec +++ b/MultiplatformBleAdapter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "MultiplatformBleAdapter" - spec.version = "0.1.5" + spec.version = "0.1.6" spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries" spec.description = <<-DESC