Skip to content
This repository was archived by the owner on Mar 3, 2024. It is now read-only.

Commit 9506a71

Browse files
committed
0.0.16
1 parent 6528ac3 commit 9506a71

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ PODS:
182182
- React-cxxreact (= 0.62.1)
183183
- React-jsi (= 0.62.1)
184184
- React-jsinspector (0.62.1)
185-
- react-native-ble-advertiser (0.0.15):
185+
- react-native-ble-advertiser (0.0.16):
186186
- React
187187
- react-native-uuid-generator (6.1.1):
188188
- React
@@ -355,7 +355,7 @@ SPEC CHECKSUMS:
355355
React-jsi: 600d8e42510c3254fd2abd702f4b9d3f598d8f52
356356
React-jsiexecutor: e9698dee4fd43ceb44832baf15d5745f455b0157
357357
React-jsinspector: f74a62727e5604119abd4a1eda52c0a12144bcd5
358-
react-native-ble-advertiser: 9083f33044fb2f3c195b0f1e9c87a584a3ba68bb
358+
react-native-ble-advertiser: 3f773e62dd85c6811c4ce90c98fad0b8e2093621
359359
react-native-uuid-generator: 997d9848f07081ce7200a05b76e3f8c7b309963c
360360
React-RCTActionSheet: af8f28dd82fec89b8fe29637b8c779829e016a88
361361
React-RCTAnimation: 0d21fff7c20fb8ee41de5f2ebb63221127febd96

example/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"moment": "^2.24.0",
1313
"react": "16.11.0",
1414
"react-native": "0.62.1",
15-
"react-native-ble-advertiser": "file:../react-native-ble-advertiser-0.0.15.tgz",
15+
"react-native-ble-advertiser": "file:../react-native-ble-advertiser-0.0.16.tgz",
1616
"react-native-uuid-generator": "^6.1.1"
1717
}
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ble-advertiser",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "A react-native implementation for sending BLE advertisements",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)