-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from radarlabs/radar-verify
use radar-verify.com, bump version
- Loading branch information
Showing
6 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
<a href="https://radar.com">Website</a> | | ||
<a href="https://radar.com/blog">Blog</a> | | ||
<a href="https://radar.com/documentation">Documentation</a> | | ||
<a href="https://radar.com/documentation/faq">FAQ</a> | | ||
<a href="mailto:[email protected]">Support</a> | ||
</h4> | ||
|
||
|
@@ -57,7 +56,7 @@ Radar.initialize('prj_test_pk_...', { /* options */ }); | |
Add the following script in your `html` file | ||
```html | ||
<script src="https://js.radar.com/v4.1.2/radar.min.js"></script> | ||
<script src="https://js.radar.com/v4.1.3/radar.min.js"></script> | ||
``` | ||
|
||
Then initialize the Radar SDK | ||
|
@@ -74,8 +73,8 @@ To create a map, first initialize the Radar SDK with your publishable key. Then | |
```html | ||
<html> | ||
<head> | ||
<link href="https://js.radar.com/v4.1.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.2/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.1.3/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.3/radar.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
@@ -99,8 +98,8 @@ To create an autocomplete input, first initialize the Radar SDK with your publis | |
```html | ||
<html> | ||
<head> | ||
<link href="https://js.radar.com/v4.1.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.2/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.1.3/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.3/radar.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
@@ -131,8 +130,8 @@ To power [geofencing](https://radar.com/documentation/geofencing/overview) exper | |
```html | ||
<html> | ||
<head> | ||
<link href="https://js.radar.com/v4.1.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.2/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.1.3/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.1.3/radar.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export default '4.1.2'; | ||
export default '4.1.3'; |