Skip to content

Commit bcad3e1

Browse files
committed
Updated CDN and $version in App.php to 1.4.1
1 parent 8d03404 commit bcad3e1

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.4.0/public',
19+
'atk' => 'https://cdn.rawgit.com/atk4/ui/1.4.1/public',
2020
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.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.2.10',
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.4.0';
27+
public $version = '1.4.1';
2828

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

0 commit comments

Comments
 (0)