Skip to content

Commit

Permalink
fix package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramTiwari committed Dec 20, 2017
1 parent faf7f4f commit 83c0c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reverse-geocode",
"version": "1.1.1",
"version": "1.1.0",
"description": "get reverse-geocoded location data for latitude and longitude values",
"main": "lib/reverse-geocode.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"lat",
"long"
],
"author": "Vikram Tiwari <vikramtheone1@gmail.com> (http://vikramtiwari.com)",
"author": "Vikram Tiwari <vikramtheone1@gmail.com> (https://vikramtiwari.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VikramTiwari/reverse-geocode/issues"
Expand Down

0 comments on commit 83c0c24

Please sign in to comment.