Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frostybee authored Mar 22, 2023
1 parent b185f20 commit 6e18028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frostybee/geobee",
"description": "A simple, stand-alone PHP library for calculating the distance between geographical coordinates.",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["Vincenty formulae", "haversine", "geodesic distance"],
"homepage": "https://github.com/frostybee/geobee",
"type": "library",
Expand All @@ -18,4 +18,4 @@
"require": {
"php": ">=8"
}
}
}

0 comments on commit 6e18028

Please sign in to comment.