diff --git a/README.md b/README.md index 646dc451..094ad542 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Radar.initialize('prj_test_pk_...', { /* options */ }); Add the following script in your `html` file ```html - + ``` Then initialize the Radar SDK @@ -74,8 +74,8 @@ To create a map, first initialize the Radar SDK with your publishable key. Then ```html
- - + + @@ -99,8 +99,8 @@ To create an autocomplete input, first initialize the Radar SDK with your publis ```html - - + + @@ -131,8 +131,8 @@ To power [geofencing](https://radar.com/documentation/geofencing/overview) exper ```html - - + + diff --git a/package-lock.json b/package-lock.json index bbb66684..91b94f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "radar-sdk-js", - "version": "4.0.0-beta.23", + "version": "4.0.0-beta.24", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 21f75852..b05e52f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radar-sdk-js", - "version": "4.0.0-beta.23", + "version": "4.0.0-beta.24", "description": "", "type": "module", "module": "dist/radar.js", diff --git a/src/version.ts b/src/version.ts index 949f8b07..a52236bc 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '4.0.0-beta.23'; +export default '4.0.0-beta.24';