@@ -12,7 +12,8 @@
<script>
window.v2board = {
title: '{{$title}}',
- theme: '{{$theme}}'
+ theme: '{{$theme}}',
+ version: '{{$version}}'
}
</script>
</head>
@@ -15,6 +15,6 @@ Route::get('/', function () {
return view('app', [
'title' => config('v2board.app_name', 'V2Board'),
'theme' => config('v2board.app_theme', 1),
- 'verison' => '0.1.9'
+ 'verison' => '0.1.91'
]);
});