Skip to content

Commit b5f606d

Browse files
committed
v1.1.4
1 parent 82f0d78 commit b5f606d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
IP Address: <input name="ip" type="text" value="' . $ipAddress . '" size="20" />
4848
<br /><br />
4949
<input type="hidden" name="run" value="test" />
50-
<input type="submit" value=" Get Weatherbit API Response " />
50+
<input type="submit" value=" Get Weatherbit.io API Response " />
5151
&nbsp; &nbsp; <a href="' . $_SERVER['PHP_SELF'] . '">reset</a>
5252
</form>';
5353

src/Weatherbit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class Weatherbit
2020
{
21-
const VERSION = '1.1.3';
21+
const VERSION = '1.1.4';
2222

2323
/**
2424
* @var string - user agent for API requests

0 commit comments

Comments
 (0)