Skip to content

Commit 9395bc7

Browse files
committed
Update versions for develop
1 parent f0eb6ce commit 9395bc7

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
@@ -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';

0 commit comments

Comments
 (0)