bump version

This commit is contained in:
Henry Whitaker
2023-06-25 04:58:42 +01:00
parent 35a72132d8
commit 544a8ada31
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,14 @@
{ {
"1.12.3": [
{
"description": "Updated to PHP 8.2",
"link": ""
},
{
"description": "Updated speedtest cli to 1.2.0 (#1119)",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/issues/1119"
}
],
"1.12.2": [ "1.12.2": [
{ {
"description": "Fixed a bug where the latest X days widget would not update for the failure graph", "description": "Fixed a bug where the latest X days widget would not update for the failure graph",

View File

@@ -7,7 +7,7 @@ return [
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
'version' => '1.12.2', 'version' => '1.12.3',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------