build 420

This commit is contained in:
Mohit Panjwani
2021-06-19 17:51:01 +05:30
parent 4552138787
commit 4b603f8823
4 changed files with 31 additions and 4 deletions

View File

@ -0,0 +1,27 @@
<?php
use Crater\Models\Setting;
use Illuminate\Database\Migrations\Migration;
class UpdateCraterVersion420 extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Setting::setSetting('version', '4.2.0');
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{ {
"/assets/js/app.js": "/assets/js/app.js?id=ccf2d83d1f924a997810", "/assets/js/app.js": "/assets/js/app.js?id=385546e0f1da8c6c65e4",
"/assets/css/crater.css": "/assets/css/crater.css?id=6ba60df7635dc2f5fbc5" "/assets/css/crater.css": "/assets/css/crater.css?id=16fbf5d814f29e408426"
} }