Skip to content

Commit 83c0c24

Browse files
committed
fix package versioning
1 parent faf7f4f commit 83c0c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reverse-geocode",
3-
"version": "1.1.1",
3+
"version": "1.1.0",
44
"description": "get reverse-geocoded location data for latitude and longitude values",
55
"main": "lib/reverse-geocode.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"lat",
2828
"long"
2929
],
30-
"author": "Vikram Tiwari <vikramtheone1@gmail.com> (http://vikramtiwari.com)",
30+
"author": "Vikram Tiwari <vikramtheone1@gmail.com> (https://vikramtiwari.com)",
3131
"license": "MIT",
3232
"bugs": {
3333
"url": "https://github.com/VikramTiwari/reverse-geocode/issues"

0 commit comments

Comments
 (0)