From 11d40ce5f2aab84d27edcc9e2d0222932e6201d4 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 1 Sep 2025 17:03:20 +0800 Subject: [PATCH] bump version to 10.30.3 and remove unnecessary code in RCTPushy.mm --- ios/RCTPushy/RCTPushy.mm | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ios/RCTPushy/RCTPushy.mm b/ios/RCTPushy/RCTPushy.mm index 6f7f006..1cf992b 100644 --- a/ios/RCTPushy/RCTPushy.mm +++ b/ios/RCTPushy/RCTPushy.mm @@ -124,7 +124,6 @@ RCT_EXPORT_MODULE(RCTPushy); loadVersion = [self rollback]; } } - } } return [RCTPushy binaryBundleURL]; diff --git a/package.json b/package.json index fa13a03..13eb5c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update", - "version": "10.30.2", + "version": "10.30.3", "description": "react-native hot update", "main": "src/index", "scripts": {