change version numbers

This commit is contained in:
Marko Oldenburg 2019-09-11 08:02:08 +02:00
parent ddc004b0de
commit 7a3fbb960b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -116,7 +116,7 @@ eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode ";
# use Data::Dumper; # for Debug only # use Data::Dumper; # for Debug only
## API URL ## API URL
use constant URL => 'https://api.openweathermap.org/data/2.5/'; use constant URL => 'https://api.openweathermap.org/data/2.5/';
use constant VERSION => '0.5.0'; use constant VERSION => '1.0.0';
## URL . 'weather?' for current data ## URL . 'weather?' for current data
## URL . 'forecast?' for forecast data ## URL . 'forecast?' for forecast data