Skip to content

Commit

Permalink
Update versions for develop (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and romaninsh committed Dec 15, 2019
1 parent ef3e013 commit f0d26f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ class App

/** @var array|false Location where to load JS/CSS files */
public $cdn = [
'atk' => 'https://cdn.jsdelivr.net/gh/atk4/[email protected].2/public',
'atk' => 'https://cdn.jsdelivr.net/gh/atk4/[email protected].3/public',
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1',
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
'semantic-ui' => 'https://cdn.jsdelivr.net/npm/[email protected]/dist',
];

/** @var string Version of Agile UI */
public $version = '2.0.2';
public $version = '2.0.3';

/** @var string Name of application */
public $title = 'Agile UI - Untitled Application';
Expand Down

0 comments on commit f0d26f9

Please sign in to comment.