Skip to content

Commit 6a1e72a

Browse files
committed
Updated CDN and $version in App.php to 1.1.10
1 parent 4606eab commit 6a1e72a

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
@@ -13,15 +13,15 @@ class App
1313

1414
// @var string|false Location where to load JS/CSS files
1515
public $cdn = [
16-
'atk' => 'https://cdn.rawgit.com/atk4/ui/1.1.9/public',
16+
'atk' => 'https://cdn.rawgit.com/atk4/ui/1.1.10/public',
1717
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1',
1818
'serialize-object'=> 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
1919
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10',
2020
'calendar' => 'https://cdn.rawgit.com/mdehoog/Semantic-UI-Calendar/0.0.8/dist',
2121
];
2222

2323
// @var string Version of Agile UI
24-
public $version = '1.1.9';
24+
public $version = '1.1.10';
2525

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

0 commit comments

Comments
 (0)