Skip to content

Commit 981c124

Browse files
committed
chore: bump version
1 parent 91963e0 commit 981c124

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4352
See also [`./example/README.md`](./example/README.md)
4453
```bash

backup-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backup-server",
3-
"version": "0.0.146",
3+
"version": "0.0.151",
44
"description": "",
55
"main": "index.js",
66
"engines": {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)