File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments