From 7a2125322a86a5b87932958e252a0d6cafad52c1 Mon Sep 17 00:00:00 2001 From: Craig Kochis Date: Thu, 27 Jun 2024 16:13:10 -0400 Subject: [PATCH] bump version --- README.md | 14 +++++++------- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 29bd18e..e9c90f7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Radar.initialize('prj_test_pk_...', { /* options */ }); Add the following script in your `html` file ```html - + ``` Then initialize the Radar SDK @@ -73,8 +73,8 @@ To create a map, first initialize the Radar SDK with your publishable key. Then ```html - - + + @@ -98,8 +98,8 @@ To create an autocomplete input, first initialize the Radar SDK with your publis ```html - - + + @@ -130,8 +130,8 @@ To power [geofencing](https://radar.com/documentation/geofencing/overview) exper ```html - - + + diff --git a/package-lock.json b/package-lock.json index b4fa284..7c3b0e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "radar-sdk-js", - "version": "4.3.1-beta.2", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "radar-sdk-js", - "version": "4.3.0", + "version": "4.3.1", "license": "ISC", "dependencies": { "@types/geojson": "^7946.0.10" diff --git a/package.json b/package.json index a2a8c79..1a8b3b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radar-sdk-js", - "version": "4.3.1-beta.2", + "version": "4.3.1", "description": "Web Javascript SDK for Radar, location infrastructure for mobile and web apps.", "homepage": "https://radar.com", "type": "module", diff --git a/src/version.ts b/src/version.ts index 3d4f9ba..819b707 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '4.3.1-beta.2'; +export default '4.3.1';