File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ cd ios && pod install && cd ../
3939 4. Tap the ➕ button and select the `./lib/android/libs/ldk-java-javadoc.jar` file
4040 5. In the popup that appears select `JavaDocs` and tap `OK` then `OK` again
4141
42+ ### Version Bump
43+ ```sh
44+ # apply your changes
45+ cd example
46+ yarn reinstall # bump versions package.json & podfile
47+ cd ../
48+ # copy version from `./lib/package.json` to `backup-server/package.json`
49+
50+ ```
4251## Running example app
4352See also [ ` ./example/README.md ` ] ( ./example/README.md )
4453``` bash
Original file line number Diff line number Diff line change 11{
22 "name" : " backup-server" ,
3- "version" : " 0.0.146 " ,
3+ "version" : " 0.0.151 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "engines" : {
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ PODS:
316316 - React-jsinspector (0.72.4)
317317 - React-logger (0.72.4):
318318 - glog
319- - react-native-ldk (0.0.150 ):
319+ - react-native-ldk (0.0.151 ):
320320 - React
321321 - react-native-randombytes (3.6.1):
322322 - React-Core
@@ -621,7 +621,7 @@ SPEC CHECKSUMS:
621621 React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
622622 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
623623 React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
624- react-native-ldk: 2b19de9eb94dcfd46f3f2a7191502292b75a5d7a
624+ react-native-ldk: a7e71785237dd3d12dc52b4287abd88c865f5262
625625 react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
626626 react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
627627 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
Original file line number Diff line number Diff line change 11{
22 "name" : " @synonymdev/react-native-ldk" ,
33 "title" : " React Native LDK" ,
4- "version" : " 0.0.150 " ,
4+ "version" : " 0.0.151 " ,
55 "description" : " React Native wrapper for LDK" ,
66 "main" : " ./dist/index.js" ,
77 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments