Skip to content

Commit 723a545

Browse files
authored
Bump up version #
1 parent 195c609 commit 723a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var https = require('https');
55

66
var API_KEY = '';
77

8-
var headers = {'user-agent': 'ipapi/ipapi-nodejs/0.2'};
8+
var headers = {'user-agent': 'ipapi/ipapi-nodejs/0.3.0'};
99

1010
var fieldList = ['ip', 'city', 'region', 'country', 'postal',
1111
'latitude', 'longitude', 'timezone', 'latlong'];

0 commit comments

Comments
 (0)