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 @@ -38,14 +38,14 @@ class App
3838
3939 /** @var array|false Location where to load JS/CSS files */
4040 public $ cdn = [
41- 'atk ' => 'https://ui.agiletoolkit.org/ public ' , // develop branch
41+ 'atk ' =>
'https://cdn.jsdelivr.net/gh/atk4/[email protected] / public ' ,
4242 'jquery ' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1 ' ,
4343 'serialize-object ' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0 ' ,
4444 'semantic-ui ' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6 ' ,
4545 ];
4646
4747 /** @var string Version of Agile UI */
48- public $ version = '2.1.0 ' ;
48+ public $ version = '2.2 ' ;
4949
5050 /** @var string Name of application */
5151 public $ title = 'Agile UI - Untitled Application ' ;
You can’t perform that action at this time.
0 commit comments