We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f0d78 commit b5f606dCopy full SHA for b5f606d
public/test.php
@@ -47,7 +47,7 @@
47
IP Address: <input name="ip" type="text" value="' . $ipAddress . '" size="20" />
48
<br /><br />
49
<input type="hidden" name="run" value="test" />
50
- <input type="submit" value=" Get Weatherbit API Response " />
+ <input type="submit" value=" Get Weatherbit.io API Response " />
51
<a href="' . $_SERVER['PHP_SELF'] . '">reset</a>
52
</form>';
53
src/Weatherbit.php
@@ -18,7 +18,7 @@
18
19
class Weatherbit
20
{
21
- const VERSION = '1.1.3';
+ const VERSION = '1.1.4';
22
23
/**
24
* @var string - user agent for API requests
0 commit comments