File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Use the following URL to visit documentation
3636Add the following script in your HTML page:
3737
3838``` html
39- <script src =" https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.3 /ipgeolocation.min.js" ></script >
39+ <script src =" https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.4 /ipgeolocation.min.js" ></script >
4040```
4141
4242## Geolocation Lookup
@@ -155,7 +155,7 @@ _ipgeolocation.getUserAgent(handleResponse, "YOUR_API_KEY");
155155Here is a sample code to use IP Geolocation API using JQuery SDK:
156156
157157``` javascript
158- < script src= " https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.3 /ipgeolocation.min.js" >< / script>
158+ < script src= " https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.1.4 /ipgeolocation.min.js" >< / script>
159159
160160< script>
161161 // On call to IPGeolocation API on each page during a user's visit, API response will be served from sessionStorage after the first page.
Original file line number Diff line number Diff line change 2222 "scripts" : {
2323 "test" : " echo \" Error: no test specified\" && exit 1"
2424 },
25- "version" : " 1.1.3 " ,
25+ "version" : " 1.1.4 " ,
2626 "repository" : {
2727 "type" : " git" ,
2828 "url" : " git+https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk.git"
You can’t perform that action at this time.
0 commit comments