diff --git a/composer.json b/composer.json index 76fb6ead..c613602f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "boxblinkracer/phpunuhi", - "version": "v0.5.0", + "version": "0.6.0", "license": "MIT", "description": "Easy tool to work with translation files for validation, imports and exports.", "keywords": [ diff --git a/src/PHPUnuhi.php b/src/PHPUnuhi.php index 8cdba0e3..313ab976 100644 --- a/src/PHPUnuhi.php +++ b/src/PHPUnuhi.php @@ -8,6 +8,6 @@ class PHPUnuhi /** * */ - public const VERSION = "0.5.0"; + public const VERSION = "0.6.0"; }