Skip to content

Commit 698d3bf

Browse files
committed
Updated CDN and $version in App.php to 1.5.3
1 parent 73f0882 commit 698d3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ class App
1616

1717
// @var array|false Location where to load JS/CSS files
1818
public $cdn = [
19-
'atk' => 'https://cdn.rawgit.com/atk4/ui/1.5.2/public',
19+
'atk' => 'https://cdn.rawgit.com/atk4/ui/1.5.3/public',
2020
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1',
2121
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
2222
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1',
2323
'calendar' => 'https://cdn.rawgit.com/mdehoog/Semantic-UI-Calendar/0.0.8/dist',
2424
];
2525

2626
// @var string Version of Agile UI
27-
public $version = '1.5.2';
27+
public $version = '1.5.3';
2828

2929
// @var string Name of application
3030
public $title = 'Agile UI - Untitled Application';

0 commit comments

Comments
 (0)