Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
tags 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 7, 2022
1 parent 5860317 commit 701c1d9
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.6.1');
define('G_APP_VERSION', '1.6.2');
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 @@ -295,6 +295,7 @@
'1.6.1' => [
'chevereto_news' => 'a:0:{}',
],
'1.6.2' => null,
];
$settings_rename = [];
$settings_switch = [];
Expand Down

0 comments on commit 701c1d9

Please sign in to comment.