mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
Release v0.11.16 (#597)
This commit is contained in:
+2
-4
@@ -4,16 +4,14 @@
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/vendor
|
||||
|
||||
.env
|
||||
.env.backup
|
||||
/.phpunit.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
auth.json
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/.fleet
|
||||
/.idea
|
||||
/.phpunit.cache
|
||||
/.vscode
|
||||
|
||||
/.phpunit.cache
|
||||
@@ -1 +0,0 @@
|
||||
{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_that_true_is_true":0.005,"Tests\\Feature\\ExampleTest::test_the_application_returns_a_successful_response":0.082}}
|
||||
@@ -6,7 +6,7 @@ return [
|
||||
/**
|
||||
* Build information
|
||||
*/
|
||||
'build_date' => Carbon::parse('2023-05-09'),
|
||||
'build_date' => Carbon::parse('2023-05-12'),
|
||||
|
||||
'build_version' => '0.11.15',
|
||||
'build_version' => '0.11.16',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user