Skip to content

Commit 5df685d

Browse files
committed
chore: release 1.0.0-beta.15
1 parent 59ba471 commit 5df685d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ios/extensions/MKMapView+Zoom.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ NS_ASSUME_NONNULL_BEGIN
1010

1111
/// Returns a camera for the given center and zoom level, preserving the current
1212
/// heading and pitch
13-
- (MKMapCamera *)cameraForCenterCoordinate:(CLLocationCoordinate2D)centerCoordinate
13+
- (MKMapCamera *)cameraForCenterCoordinate:
14+
(CLLocationCoordinate2D)centerCoordinate
1415
zoomLevel:(double)zoomLevel;
1516

1617
- (MKCoordinateRegion)regionForCenterCoordinate:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lugg/maps",
3-
"version": "1.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "Universal maps for React Native.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)