Skip to content

Commit

Permalink
tags 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Dec 14, 2021
1 parent d2dad1f commit 1d16f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('G_APP_NAME', 'Chevereto Free');
define('G_APP_VERSION', '1.5.1');
define('G_APP_VERSION', '1.6.0');
define('G_APP_GITHUB_OWNER', 'rodber');
define('G_APP_GITHUB_REPO', 'chevereto-free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);
Expand Down
1 change: 1 addition & 0 deletions app/install/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
'1.4.2' => null,
'1.5.0' => null,
'1.5.1' => null,
'1.6.0' => null,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];
Expand Down

0 comments on commit 1d16f28

Please sign in to comment.