Skip to content

Commit 8888eef

Browse files
committed
Release 0.6.1
1 parent 1900d67 commit 8888eef

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boxblinkracer/phpunuhi",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"license": "MIT",
55
"description": "Easy tool to work with translation files for validation, imports and exports.",
66
"keywords": [

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/PHPUnuhi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PHPUnuhi
88
/**
99
*
1010
*/
11-
public const VERSION = "0.6.0";
11+
public const VERSION = "0.6.1";
1212

1313
}

0 commit comments

Comments
 (0)