Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7811064

Browse files
committed
bump package.json version
1 parent 7c5d910 commit 7811064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/CodePush/CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ + (NSURL *)bundleURLForResource:(NSString *)resourceName
9595
bundleResourceName = resourceName;
9696
bundleResourceExtension = resourceExtension;
9797
bundleResourceSubdirectory = resourceSubdirectory;
98-
98+
9999
[self ensureBinaryBundleExists];
100100

101101
NSString *logMessageFormat = @"Loading JS bundle from %@";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.13.3-beta",
3+
"version": "1.13.4-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",

0 commit comments

Comments
 (0)