Skip to content

Commit

Permalink
Tag 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Sep 14, 2020
1 parent cdcc5b1 commit 5a8160a
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.2.2');
define('G_APP_VERSION', '1.2.3');
define('G_APP_GITHUB_OWNER', 'chevereto');
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 @@ -278,6 +278,7 @@
],
'1.2.1' => null,
'1.2.2' => null,
'1.2.3' => null,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];
Expand Down

0 comments on commit 5a8160a

Please sign in to comment.