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

Commit

Permalink
Tag 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 15, 2019
1 parent be25cec commit 78a22b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.3');
define('G_APP_VERSION', '1.1.4');
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
2 changes: 1 addition & 1 deletion app/install/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
],
'1.1.1' => NULL,
'1.1.2' => NULL,
'1.1.3' => NULL,
'1.1.4' => NULL,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];
Expand Down

0 comments on commit 78a22b7

Please sign in to comment.