Skip to content

Commit ed8dfb7

Browse files
committed
Bump version to 1.4.0
1 parent 43af6cd commit ed8dfb7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpbb/quickinstall",
33
"description": "QuickInstall is a developer tool used to create multiple phpBB3 installations.",
44
"homepage": "https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall",
5-
"version": "1.4.0-dev",
5+
"version": "1.4.0",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

develop/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickinstall",
3-
"version": "1.4.0-dev",
3+
"version": "1.4.0",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^9.8.4",

includes/qi_constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
define('QI_VERSION', '1.4.0-dev');
10+
define('QI_VERSION', '1.4.0');
1111
//define('QI_DEBUG', true); // un-comment this disable template caching
1212

1313
// Cookies set by QI

0 commit comments

Comments
 (0)