Skip to content

Commit 25dd218

Browse files
committed
v0.2.0
1 parent f536ddb commit 25dd218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Weatherbit.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Weatherbit
2121
/**
2222
* @var string - user agent for API requests
2323
*/
24-
const USER_AGENT = 'WeatherbitApiWrapper/0.1.0';
24+
const USER_AGENT = 'WeatherbitApiWrapper/0.2.0';
2525

2626
/**
2727
* @var string - Weatherbit api endpoint prefix
@@ -50,7 +50,6 @@ class Weatherbit
5050
*/
5151
const POSTFIX_CURRENT = '/current';
5252

53-
5453
/**
5554
* @var string - Weatherbit API access key
5655
*/

0 commit comments

Comments
 (0)