Skip to content

Commit 4e675e9

Browse files
committed
updated package version
1 parent 92684f6 commit 4e675e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following URL to visit documentation
3636
Add 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");
155155
Here 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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"

0 commit comments

Comments
 (0)