Skip to content

Commit

Permalink
Merge pull request #278 from ShadyMedic/v4.2-constant-updates
Browse files Browse the repository at this point in the history
Aktualizace verzových konstant pro verzi 4.2
  • Loading branch information
ShadyMedic authored Oct 31, 2023
2 parents 33699e6 + cb3ff72 commit e58f274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Models/ChangelogManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ChangelogManager
{
private const GITHUB_API_RELEASES_URL = 'https://api.github.com/repos/ShadyMedic/Poznavacky/releases/';
private const RELEASE_IDS = array(
'4.2' => 127441965
'4.1.2' => 84261860,
'4.1.1' => 75769088,
'4.0.1' => 48583462,
Expand Down
2 changes: 1 addition & 1 deletion Models/Statics/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Settings
* Aktuální verze aplikace
* Při vydání nové verze je nutné nezapomenout přidat ID nového GitHub release do konstanty ChangelogManager::RELEASE_IDS
*/
public const VERSION = '4.1.2';
public const VERSION = '4.2';

/**
* Server hostující MySQL databázi pro aplikaci
Expand Down

0 comments on commit e58f274

Please sign in to comment.