react-native-stallion 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,6 @@
8
8
  #import <Foundation/Foundation.h>
9
9
 
10
10
  @interface StallionModule : NSObject
11
- + (NSURL *)bundleURL;
11
+ + (NSURL *)getBundleURL;
12
12
  + (NSURL *)getBundleURL:(NSURL *)defaultBundleURL;
13
13
  @end
@@ -8,7 +8,7 @@
8
8
  #import "StallionModule.h"
9
9
 
10
10
  @implementation StallionModule
11
- + (NSURL *)bundleURL
11
+ + (NSURL *)getBundleURL
12
12
  {
13
13
  return [self getBundleURL:nil];
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-stallion",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Offical React Native SDK for Stallion",
5
5
  "main": "index",
6
6
  "types": "types/index.d.ts",