Skip to content

Commit 2fde849

Browse files
committed
Update version number
1 parent 3ec21fa commit 2fde849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/translation-validator",
33
"description": "A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.",
44
"homepage": "https://github.com/phpbb/phpbb-translation-validator",
5-
"version": "1.5.3",
5+
"version": "1.6.0",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

translation.php

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

11-
const TRANSLATION_VALIDATOR_VERSION = '1.5.3';
11+
const TRANSLATION_VALIDATOR_VERSION = '1.6.0';
1212

1313
require 'vendor/autoload.php';
1414

0 commit comments

Comments
 (0)