Skip to content

Commit 867f214

Browse files
committed
Publish the updated README on npmjs
1 parent dd1d42b commit 867f214

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Internet connection is required to run this component.
3030
Add the following script in your HTML page:
3131

3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.8/ipgeolocation.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9/ipgeolocation.min.js"></script>
3434
```
3535

3636
## Geolocation Lookup
@@ -119,11 +119,10 @@ Here is a sample code to use IP Geolocation API using JQuery SDK:
119119

120120
```javascript
121121
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
122-
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.8/ipgeolocation.min.js"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9/ipgeolocation.min.js"></script>
123123

124124
<script>
125125
// On call to IPGeolocation API on each page during a user's visit, API response will be served from sessionStorage after the first page.
126-
127126
_ipgeolocation.enableSessionStorage(true);
128127

129128
var ip = sessionStorage.getItem("ip");

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"#USER",
1919
"/"
2020
],
21-
"_resolved": "https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.0.8.tgz",
21+
"_resolved": "https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.0.9.tgz",
2222
"_shasum": "7afe1f670ee1309eb9effb25818c481c5d855593",
2323
"_spec": "ip-geolocation-api-jquery-sdk",
2424
"_where": "/home/developer/jQry/npm",
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"test": "echo \"Error: no test specified\" && exit 1"
4747
},
48-
"version": "1.0.8",
48+
"version": "1.0.9",
4949
"repository": {
5050
"type": "git",
5151
"url": "git+https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk.git"

0 commit comments

Comments
 (0)