From 9395bc7cce0ab0b8e7a2cda92abe67ec7842defd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 15 Jul 2020 22:16:00 +0000 Subject: [PATCH] Update versions for develop --- src/App.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.php b/src/App.php index 256e9508d7..847fff4cdc 100644 --- a/src/App.php +++ b/src/App.php @@ -38,14 +38,14 @@ class App /** @var array|false Location where to load JS/CSS files */ public $cdn = [ - 'atk' => 'https://ui.agiletoolkit.org/public', // develop branch + 'atk' => 'https://cdn.jsdelivr.net/gh/atk4/ui@2.2/public', 'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1', 'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0', 'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6', ]; /** @var string Version of Agile UI */ - public $version = '2.1.0'; + public $version = '2.2'; /** @var string Name of application */ public $title = 'Agile UI - Untitled Application';