Skip to content

Commit 4aafc87

Browse files
committed
Remove getGeoPosition
1 parent b2a247f commit 4aafc87

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Fable.ReactGoogleMaps/Fable.Helpers.ReactGoogleMaps.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,3 @@ let GoogleMapComponent: RCom = import "GoogleMapComponent" "./mapComponent.js"
150150
let googleMap (props:Props.IMapProperties list) : React.ReactElement =
151151

152152
R.from GoogleMapComponent (keyValueList CaseRules.LowerFirst props) []
153-

src/Fable.ReactGoogleMaps/Fable.ReactGoogleMaps.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>0.1.2</Version>
4+
<Version>0.2.0</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### 0.1.2
1+
### 0.2.0
22

33
* Initial release

0 commit comments

Comments
 (0)