Skip to content

Commit

Permalink
Fixed composer file and updated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Melgrati committed Feb 25, 2018
1 parent 5d16178 commit faab16f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imelgrat/freegoip",
"type": "library",
"version" : "1.2.0",
"version" : "1.2.1",
"description": "FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.",
"keywords": ["geocoding", "geolocation", "API", "timezone", "time-zone", "reverse geocoding", "time zone", "latitude", "longitude"],
"homepage": "https://github.com/imelgrat/freegoip",
Expand Down
2 changes: 1 addition & 1 deletion src/FreeGoIP.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @author Ivan Melgrati
* @copyright 2018
* @package FreeGoIP
* @version v1.2.0
* @version v1.2.1
* @link http://www.freegeoip.net/
*/
class FreeGoIP
Expand Down

0 comments on commit faab16f

Please sign in to comment.