Skip to content

Commit 430c247

Browse files
committed
Release 1.0.0
1 parent 64352b1 commit 430c247

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
@@ -1,6 +1,6 @@
11
{
22
"name": "boxblinkracer/phpunuhi",
3-
"version": "0.6.1",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Easy tool to work with translation files for validation, exports, imports and more.",
66
"homepage": "https://github.com/boxblinkracer/phpunuhi",

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.1";
11+
public const VERSION = "1.0.0";
1212

1313
}

0 commit comments

Comments
 (0)