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 @@ -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 ' ;
You can’t perform that action at this time.
0 commit comments