mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 12:04:54 +01:00
Started building update functions out
This commit is contained in:
21
config/speedtest.php
Normal file
21
config/speedtest.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Version numebr
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'version' => '1.1.0',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| GitHub Repo Variables
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'user' => 'henrywhitaker3',
|
||||
'repo' => 'Speedtest-Tracker',
|
||||
'branch' => 'master',
|
||||
];
|
||||
Reference in New Issue
Block a user