--- a/libgweather/weather-yrno.c 2014-09-11 00:12:23.406378802 -0400 +++ b/libgweather/weather-yrno.c 2014-09-11 00:11:22.558957861 -0400 @@ -532,7 +532,7 @@ g_ascii_dtostr (latstr, sizeof(latstr), RADIANS_TO_DEGREES (loc->latitude)); g_ascii_dtostr (lonstr, sizeof(lonstr), RADIANS_TO_DEGREES (loc->longitude)); - url = g_strdup_printf("http://api.yr.no/weatherapi/locationforecast/1.8/?lat=%s;lon=%s", latstr, lonstr); + url = g_strdup_printf("http://api.yr.no/weatherapi/locationforecast/1.9/?lat=%s;lon=%s", latstr, lonstr); message = soup_message_new ("GET", url); _gweather_info_begin_request (info, message);