diff --git a/README.md b/README.md index 74e30bf..d3a5323 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Integration of OpenStreetMap api from [Nominatim](https://wiki.openstreetmap.org This project requires: * Ruby >= 2.3.1, but can work with earlier versions -* RestClient >= 2.0.2 +* HTTParty >= 0.16 ## Installation diff --git a/lib/open_street_map/version.rb b/lib/open_street_map/version.rb index 120ea58..3c6da1d 100644 --- a/lib/open_street_map/version.rb +++ b/lib/open_street_map/version.rb @@ -1,3 +1,3 @@ module OpenStreetMap - VERSION = '1.1.2'.freeze + VERSION = '1.2.0'.freeze end