Skip to content

Commit 6266848

Browse files
committedDec 29, 2021
chore: bumped version to 0.0.23
1 parent 4ff556c commit 6266848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ PODS:
245245
- React-cxxreact (= 0.63.4)
246246
- React-jsi (= 0.63.4)
247247
- React-jsinspector (0.63.4)
248-
- react-native-restart (0.0.22):
248+
- react-native-restart (0.0.23):
249249
- React-Core
250250
- React-RCTActionSheet (0.63.4):
251251
- React-Core/RCTActionSheetHeaders (= 0.63.4)
@@ -459,7 +459,7 @@ SPEC CHECKSUMS:
459459
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
460460
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
461461
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
462-
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
462+
react-native-restart: aaad36f3ed7031daac3565f4a79d67e4f3884a50
463463
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
464464
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
465465
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-restart",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.