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

Commit dd0d09d

Browse files
committed
0.0.15
1 parent 15e5065 commit dd0d09d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.14):
185+
- react-native-ble-advertiser (0.0.15):
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: 56d5e1b2ad6dc78ec1ad094095976dcac7a93ba9
358+
react-native-ble-advertiser: 9083f33044fb2f3c195b0f1e9c87a584a3ba68bb
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.14.tgz",
15+
"react-native-ble-advertiser": "file:../react-native-ble-advertiser-0.0.15.tgz",
1616
"react-native-uuid-generator": "^6.1.1"
1717
}
1818
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-native-ble-advertiser",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "A react-native implementation for sending BLE advertisements",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push --tags"
8+
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push --tags"
99
},
1010
"keywords": [
1111
"react",
@@ -29,5 +29,5 @@
2929
"index.js",
3030
"index.d.ts",
3131
"react-native.config.js"
32-
]
33-
}
32+
]
33+
}

0 commit comments

Comments
 (0)